in reply to cgi upload files
This will return file handle using which u can read and store the file on server. Later u can read and show it to user.$upload_handle = $query->upload("data");
Check the following link for more info.Upload File
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: cgi upload files
by Anonymous Monk on Jun 17, 2005 at 10:04 UTC |