Hi there,
i am trying to put to work the Quick Upload feature in FCKEditor. I have tried it with java example servlet and with a custom struts action i've developed.
At both cases I am getting an empty content from the Image Quick Upload form popup (when trying to ad an image to the server). I've debugged the servlet and I see there is no NewFile multipart parameter. In fact, there are no files uploaded.
I am using mac and I've tried it with both safari and Mozilla.
Any directions on any configuration directives to try on fckeditor? I've doublechecked my config file:
thanks for any help,
Ignacio
i am trying to put to work the Quick Upload feature in FCKEditor. I have tried it with java example servlet and with a custom struts action i've developed.
At both cases I am getting an empty content from the Image Quick Upload form popup (when trying to ad an image to the server). I've debugged the servlet and I see there is no NewFile multipart parameter. In fact, there are no files uploaded.
I am using mac and I've tried it with both safari and Mozilla.
Any directions on any configuration directives to try on fckeditor? I've doublechecked my config file:
FCKConfig.ImageUpload = true ; FCKConfig.ImageUploadURL = '/blog/BlogPostUserActions.do?method=uploadImage' ; FCKConfig.ImageUploadAllowedExtensions = ".(jpg)$" ; // empty for all FCKConfig.LinkBrowser = false ; FCKConfig.ImageBrowser = false ; FCKConfig.FlashBrowser = false ; FCKConfig.LinkUpload = false ; FCKConfig.FlashUpload = false ;
thanks for any help,
Ignacio