try with the ftp_connect function.
trafficman
Junior Poster in Training
64 posts since Jun 2005
Reputation Points: 10
Solved Threads: 0
sorry I made a mistake; there should be some way by splitting your file locally then uploading it.
Let me look into it.
trafficman
Junior Poster in Training
64 posts since Jun 2005
Reputation Points: 10
Solved Threads: 0
well there is no way to do without the use of activeX, java applet or some tricking with javascript.
The easiest way would consist on changing the php_value upload_max_filesize variable and the execution time of a script.
trafficman
Junior Poster in Training
64 posts since Jun 2005
Reputation Points: 10
Solved Threads: 0
actually i believe the max execution time of a script wouldn't matter in this case, because uploading a file as far as php cares is not part of the script execution time.
I think it is related as your program will wait till the file has been uploaded!
trafficman
Junior Poster in Training
64 posts since Jun 2005
Reputation Points: 10
Solved Threads: 0