Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^7: File Upload On Windows 8 and Perl

by marinersk (Priest)
on Jul 04, 2015 at 17:54 UTC ( [id://1133180]=note: print w/replies, xml ) Need Help??


in reply to Re^6: File Upload On Windows 8 and Perl
in thread File Upload On Windows 8 and Perl

Other random thoughts:

  • Maybe try catching the creation of the temporary file in the TEMP directory using that second monitor? This assumes the file upload is taking long enough that you can do this, of course.
  • Switching to my technique for reading the file might give you more granular control over the I/O -- maybe you can throw some more debugging statements in to display to the browser whilst the file is being processed. I've never tried this myself in a CGI upload context, but in ancient times I've used it to isolate problems on regular file I/O.

  • Comment on Re^7: File Upload On Windows 8 and Perl

Replies are listed 'Best First'.
Re^8: File Upload On Windows 8 and Perl
by skosterow (Novice) on Jul 04, 2015 at 18:00 UTC

    okay whilst looking at BOTH DIR's while i hit the submit button - i can see the file being created in the DIR its supposed to made in - but nothing in the temp DIR thats the windows temp NOR the IIS 8 temp DIR.

      Okay, that's a clue to put on the storyboard.

      What if you override the TEMPsetting to point directly to the place where the file should wind up?
           (NOT A PRODUCTION ANSWER but okay for limited testing)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1133180]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-23 14:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found