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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File upload without temporary

Status
Not open for further replies.

jvdboom

Programmer
Aug 18, 2002
93
BE
Hello
It there a way to upload a file and send it to ftp
I know that cgi normally makes a temporary file because of memory usage (if uploading big files).
But is there a way to turn that off and (possibly) stream it thru
 
I'd be interested in this function also... did you figure out if this is possble?
Thanks :)
 
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 I can't open a file into CGI STDIN: eg. open(STDIN,"$data_file") fails

see: CGI open of tmpfile: Permission denied thread

if you can help - I'd appreciate it... thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top