le_visionaire has asked for the wisdom of the Perl Monks concerning the following question:
I have been researching around this topic and the first part of it (the upload and all the options around...) it's pretty clear.
What I found complex is to write the uploaded file, like $file = param('upload'), in a specific directory, which path is determined by other input fields in the same form.
Assume I'll have to:
1. pass each param as a variable and then
2. built the path using $param1/$param2/... and
3. write the uploaded file into the built path.
Any pointers on the best way/command to write?
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to write an uploaded file in a specific dir
by Coruscate (Sexton) on Jan 20, 2003 at 09:41 UTC | |
|
Re: How to write an uploaded file in a specific dir
by Tommy (Chaplain) on Jan 21, 2003 at 08:21 UTC |