Need to get location of files after upload

Upload core product.
Post Reply
kkoehler
Posts: 6
Joined: Mon May 03, 2010 12:12 pm

Need to get location of files after upload

Post by kkoehler »

I have an asp program that has the embedded javascript to launch the Applet. After I upload the files in the applet, the asp program needs to know where these files were uploaded and the file names. The javascript references another asp program that does the uploading. These 2 asp programs do not know about each other. The javascript does not know about sessions. How can the first asp program know from the 2nd asp program where the files were written and the name of the file?
The only way I can think to know this is have the first asp program launch the applet via a button by passing in a session ID to the javascript (param1, param2) and the 2nd asp write to the file system this information based on session id that the first asp program go read.
Is there a better way?

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

Re: Need to get location of files after upload

Post by support »

Could "forward" parameter help?
http://www.jfileupload.com/products/jfi ... irect.html

Or maybe the JSAPI that triggers JavaScript callbacks with filenames uploaded:
http://www.jfileupload.com/products/tools/index.html

kkoehler
Posts: 6
Joined: Mon May 03, 2010 12:12 pm

Re: Need to get location of files after upload

Post by kkoehler »

I'm thinking the JSAPI is what I want. I will play with that.

Kathy

Post Reply