logo       
Google Custom Search
    AddThis Social Bookmark Button

Sending Large Files: msg#00026

Subject: Sending Large Files
Hi,

I'm trying to curl a movie to a a php file and it won't send the file, I 
believe this is because of file limits (a 1 MB file works and a 10 MB 
file doesn't).  I don't know if the problem is with curl or php though.

Here is my curl statement:
curl -F "video_file=@///Users/myname/Desktop/movie.mov" 
http://localhost/file.php

all headers look correct and like I said it works for smaller files.

file.php is just one line:
echo $HTTP_POST_FILES['video_file']['name'];

nothing gets written out
and I changed php.ini to allow up to 200MB file uploads and apache to 
allow unlimited

any suggestions?

Thank you
Jacob
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php




Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>