File-upload problem with netscape and Internet-Explorer

2002-06-06 Thread oklein
Hello, I build a simple File-Upload form: html form action=test_upload enctype=multipart/form-data method=post input type=text name=text input type=FILE name=Tfile accept=*/* input type=submit value=upload /form/html and a script test_upload, which is called from the form: %perl my $file

Re: File-upload problem with netscape and Internet-Explorer

2002-06-06 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Hello, I build a simple File-Upload form: html form action=test_upload enctype=multipart/form-data method=post input type=text name=text input type=FILE name=Tfile accept=*/* input type=submit value=upload /form/html and a script test_upload, which is called from

Re: File-upload problem with netscape and Internet-Explorer

2002-06-06 Thread oklein
Stas Bekman writes: Try: http://perl.apache.org/release/docs/1.0/guide/snippets.html#File_Upload_wi th_Apache__Request Thats where i got the idea for my script - but it doesnt work for me. Perhaps the $r (im using Mason 1.04 under debian) isnt a really Apache::Request? I use Mason with