No, I'm able to open the file using a regular filehandle (FH) and print a copy of the data.
.... just can't open the file into STDIN (which is needed to access the data via CGI.pm)
is access to STDIN controlled by the shell??
Hi, I'm reposting this... since I've narrowed it down to being unable to open a file into STDIN for CGI
eg. open(STDIN,"$data_file") fails
...this statement works on my local computer server BUT not my web server for some reason??
its being issued immediately after $data_file is successfully...
Thanks I'll look closer at those... but I think those are for server 2 server transfers.
I desperately need something to upload large files from a client browser to my server.
... I'm struggling with mega-upload 1.45 - but it only works on my local computer server not my web server.
... seems...
Hi, I couldn't find that post... but do see a copy of the uploaded $data_file in the default temp dir ( c:\temp\CGItemp20732 )
How can this temp dir location be changed?
However, I still don't understand why this matters, since I'm trying to open $data_file (which is successfully saved to...
I'm having a problem with a Perl upload script called mega-upload v1.45.
The script uploads files using a multipart form into a temporary data file stored on my site (this works fine).
Next I create a new CGI to read the data and parse it into the separate files. However I always get an...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.