Get the file names.

Image previewer add-on.
Post Reply
jchen
Posts: 6
Joined: Wed May 19, 2010 5:24 pm

Get the file names.

Post by jchen »

Hi,

I'm using applet_http_ipreview.html (I changed it to applet_http_ipreview.jsp) to upload my multiple files to server.
It works fine.

I need to get all the uploaded files name (including the path.)
I'd like to add the uploaded files name to my server database file records.

How can I get the uploaded files name in your program?

Regards,

J Chen

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Get the file names.

Post by support »

You can use either JSAPI (see add-ons section) to get notified after upload in Javascript or "post" parameter such as:
<PARAM NAME="post" VALUE="http://yourserver.com/afterupload.jsp">
<PARAM NAME="postparameters" VALUE="long">

See:
http://www.jfileupload.com/products/jfi ... irect.html

Does it help?

Post Reply