in reply to Re: Uploading Files (Win32)
in thread Uploading Files (Win32)
Heidegger,
Thanks for your response. Here is the HTML code for the form.
<form action="filemngt_upload_file.pl" method="get" enctype="multipart +/form-data"> <strong>File to uploaded?</strong> <input type="file" name="UPLOADFILE" size="30"> <input type="submit" value="Upload File"> <input type="reset" value="Clear"> </form>
I think the above is OK. You might notice I am using 'get' instead of 'post'. This is because 'post' causes my program to lock on the server - ISP has been unable to offer an explanation as yet!.
Thanks
Eoin
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Uploading Files (Win32)
by jasonk (Parson) on Feb 06, 2003 at 18:59 UTC | |
by Anonymous Monk on Feb 07, 2003 at 22:33 UTC |