in reply to cgi and upload_hook
There is, however, a solution. Using JavaScript on the client you can have the client perform one transaction which tells the server code the filename and a second that actually runs the form upload. THis is not trivial, and if I recall correctly, requires a second action from the user and the use of a cookie to track what is coming from where (or at least some session management).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: cgi and upload_hook
by Miguel (Friar) on May 22, 2006 at 17:01 UTC |