in reply to Re: CGI file upload: Print to filehandle vs move file
in thread CGI file upload: Print to filehandle vs move file
Hi rowdog,
Thanks for your reply and for confirming that moving the file makes sense. However, I'm not sure I fully understand the connection to the code and the denial of service attack in your post - reading the file into memory would be exactly what I don't want to do anyway, right? I would simply use the 'rename' command to move the whole file without ever looking at it (at least at the upload stage - later of course I will do some checks as explained in my reply above).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: CGI file upload: Print to filehandle vs move file
by rowdog (Curate) on Oct 20, 2009 at 02:52 UTC |