Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by blackcat99

  1. blackcat99

    increase CGItimeout

    I desparately need to increase the CGItimeout value of a w2003 IIS server via Perl. Does anyone know how to do this?? Please advise.
  2. blackcat99

    can't open a file into CGI STDIN

    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??
  3. blackcat99

    can't open a file into CGI STDIN

    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...
  4. blackcat99

    File upload without temporary

    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...
  5. blackcat99

    CGI open of tmpfile: Permission denied

    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...
  6. blackcat99

    File upload without temporary

    I'd be interested in this function also... did you figure out if this is possble? Thanks :)
  7. blackcat99

    CGI open of tmpfile: Permission denied

    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...

Part and Inventory Search

Back
Top