Re: [PHP] Can´t upload files bigger than 50KB

2011-03-18 Thread Gotzon Astondoa
I could not find the solution to the problem. I've finally solved by using an applet that uploads the files by FTP. In case anyone needs it, the applet I've used is http://sourceforge.net/projects/zupload For me it was the solution! 2011/3/9 Jim Lucas > On 3/9/2011 6:28 AM, Go

Re: [PHP] Can´t upload files bigger than 50KB

2011-03-09 Thread Gotzon Astondoa
it's taking longer to process the request than the ajax script > has > allotted. That could explain why a 20K upload would work and a 50K isn't. > 50K isn't that big, but if the timeout was set to one or two seconds, I > suppose it's possible. > > Adam > > On W

Re: [PHP] Can´t upload files bigger than 50KB

2011-03-09 Thread Gotzon Astondoa
Thank you for your interest Lucas. 2011/3/9 Jim Lucas > On 3/9/2011 6:28 AM, Gotzon Astondoa wrote: > > Hi all: > > > > On my website I have an Ajax form. From this form user can upload files. > > My guess would be that you have an HTML form. Not

Re: [PHP] Can´t upload files bigger than 50KB

2011-03-09 Thread Gotzon Astondoa
Upload form is OK, I can upload 5MB files in development server. 2011/3/9 Jay Blanchard > [snip] > 50KB > [/snip] > > Have you checked the upload form itself for max_file_size? >

[PHP] Can´t upload files bigger than 50KB

2011-03-09 Thread Gotzon Astondoa
Hi all: On my website I have an Ajax form. From this form user can upload files. Server side is a PHP script. This form works properly on my development server. But when I uploaded my application to the definitive server I discovered that I can only upload files less than 50KB (It works perfectly