Angharad has asked for the wisdom of the Perl Monks concerning the following question:
I think the easiest way to do this would be to pass the list as a file to the cgi script. How do I pass a file to a cgi script please though the browser? I know to pass one 'item' its like
Is it something similar for an entire file? And how might I go about accessing the file in a cgi script?http://myurl/cgi-bin/upload.cgi?id=item1
Thanks for your help!!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: passing a file to a cgi script
by Corion (Patriarch) on Jun 02, 2010 at 12:10 UTC | |
|
Re: passing a file to a cgi script
by marto (Cardinal) on Jun 02, 2010 at 12:14 UTC | |
by Angharad (Pilgrim) on Jun 02, 2010 at 12:15 UTC | |
by marto (Cardinal) on Jun 02, 2010 at 12:21 UTC | |
|
Re: passing a file to a cgi script
by bradcathey (Prior) on Jun 02, 2010 at 13:25 UTC |