Slawek K
|
| Posted: 02/24/2002, 4:58 AM |
|
I put some html code into my CC projects :
<FORM ENCTYPE="multipart/form-data" ACTION="UploadResult.cgi" METHOD=POST>
Or attach file: <INPUT NAME="myfile" TYPE="file">
<INPUT TYPE="submit" VALUE="Attach File">
</FORM>
And how can I in UploadResult.cgi read path to the file from myfile field.
Slawek
|
|
|
 |
Slawek K
|
| Posted: 02/24/2002, 6:53 AM |
|
An this problem is connect with previous:
Why I can't do something like this:
read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
in Event (Code in Perl)
CGI Interface returns me "Internal server Errror".
Użytkownik "Slawek K" <slawek@ampmedia.com.pl> napisał w wiadomo¶ci
news:a5ao11$ms2$1@news.codecharge.com...
> I put some html code into my CC projects :
>
> <FORM ENCTYPE="multipart/form-data" ACTION="UploadResult.cgi" METHOD=POST>
> Or attach file: <INPUT NAME="myfile" TYPE="file">
> <INPUT TYPE="submit" VALUE="Attach File">
> </FORM>
>
> And how can I in UploadResult.cgi read path to the file from myfile field.
>
> Slawek
>
>
>
|
|
|
 |
|