Hello everyone:
Surely this is a dumb question but I really haven't managed to make it work. I want to use the standalone file picker shown in
http://sourceforge.net/tracker/index.ph ... tid=543655
within my web application made in java. But I haven't managed to make it work, I don't even know if it asks for
the connector on the jar files or what
Note: I have the FCKEditor up and running, but the standalone file picker is the one that I cannot make it work.
Thank you so much in advance
Mon, 11/24/2008 - 03:08
#1
Re: Using Standalone file picker
Re: Using Standalone file picker
Hi, thank you for your concern mosipov, mi situation is this:
I don't want to handle the XML directly, I just want to put some buttons in my form that call the file explorer from
the FCK editor and use it to upload some images to my server and... that's it . Something like a
<type "file"> but instead of just putting the url in the field, I want it to get it uploaded too.
Im doing this because I was using the fileuploader API from org.apache.tomcat.util.http.fileupload
and I would like to use the advantages that the Stand alone picker offers, like the extension and size
validation among others.
Re: Using Standalone file picker
Ok, let me recap:
You want to abuse the file picker to browse some arbitrary directory on the server and additionally upload files to it?
If yes, the solution is really simple. You can use the ConnectorServlet from our integration, it will handle everything for you. You have to do only one thing. You have to pass the filebrowser the Connector URL.
Our demo: