Originally posted by mikeatrpi
What is the filename of the PPT file? Sometimes I've had trouble with single quotes and spaces.
rheroux
Does your PHP script start execution before the files are uploaded? I assumed that the upload was handled by the web server, and then when the upload finished the server called the php engine.
From my understanding, the execution starts as soon as the user click's the "Upload" button. (Or whatever it is called in the script).
Since PHP is Server Side, and the file is .9MB, this could take longer than the default 30 seconds if a user is on dialup.