this is related to my previous post

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
4/1/2008 4:55:41 AM
hm
Gravatar
Total Posts 6

this is related to my previous post

Hi,

This is related to my previous post


 http://www.mojoportal.com/ForumThreadView.aspx?thread=1414&mid=34&pageid=5&ItemID=9

I was able to enable Upload tab.I edited >mojoportal > web>editor>fckeditor>

FCKeditorAdapter.cs

-----------------------

here are the changes i did

if (useConnector)
{
// this just blocks the quickupload not the main one
fckEditor.ImageUpload = true;
fckEditor.FlashUpload = true;
fckEditor.LinkUpload = true;

But when I click "Send it to Server" nothing happens.It is not uploaded to the server.where is the error

Is there any configurations to done

Hope your answer

thanks in advance

 

4/1/2008 6:05:45 AM
Gravatar
Total Posts 18439

Re: this is related to my previous post

Hi,

File uploads need to be controlled on the server and is not currently implemented for the quick upload. Part of the reason I haven't implemented the Quick Upload yet is because I'm investigating ways to make a custom image upload that can be used in all the editors. Also the quick upload doesn't give the user and choice about where the uploaded file is located.

You can upload images by clicking the browse server button which gives choices of where to upload the image.

Hope it helps,

Joe

ps when posting related to a previous post please don't start a new thread, just reply to the one you already posted.

4/1/2008 7:09:51 AM
hm
Gravatar
Total Posts 6

Re: this is related to my previous post

Thanks Joe Audette

You must sign in to post in the forums. This thread is closed to new posts.