http://qs1969.pair.com?node_id=700603


in reply to CGI Form File Upload Read Problem

When you want to send an image from a Perl script straight to browser, you'll have to send the proper content-type header and then the contents of the file. Aside from that, your problem may be permissions. Are you sure you can write to ../?

Replies are listed 'Best First'.
Re^2: CGI Form File Upload Read Problem
by zuluwarhelmet (Novice) on Jul 28, 2008 at 19:19 UTC
    I've written to a text file. It seems to just not read from the file that's supposed to be uploaded.