This is a discussion on File Upload Problem with Thumbnails within the PHP Language forums, part of the PHP Programming Forums category; Oh, and memory limit is 40M...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 26 Mar, 17:04, "callieandm...@yahoo.co.uk"
<callieandm...@yahoo.co.uk> wrote: > Mx execution time is set at 50000 which i believe is a pretty long > time ? yes it is!! Hmmm a mystery! Have you checked the bug database for your version, Im using latest php as module in the latest apache version, there are known bugs for all kinds of functions, if you problem were at around the 2MB mark I would have one in mind from a case I looked at in php4 for instance. All we have done so far is check the process script, which I am assuming you have run independently of the upload script, as you have verified the upload as working with large files. What OS are you on, you could trace the HDD activity with filemon if on windows, that often shows up good stuff. I do note that the way you grab the filename assumes things about them - only one period - which I assume is because you are in total control of their names when uploaded. |