all groups > flash actionscript > march 2006 >
You're in the

flash actionscript

group:

large file upload


large file upload jonnybennett
3/16/2006 9:42:42 PM
flash actionscript:
I have a file upload using flash and php. It uploads smaller files fine.
When you upload larger files it says that it is 'all done'. But when you come
to look for the file it is not there.
My php is set up to accept file uploads for up to 50mb, and as far as I
understand flash is set up to be able to upload files as big as 100mb. So why
can't I upload files larger than around 10mb??? any ideas?
thanks in advance.
Re: large file upload perry
3/17/2006 12:00:00 AM
php.ini values that also need to be considered:

max_execution_time = 30 ; Maximum execution time of each script, in
seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing
request data
memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)

that´s the only thing that comes to my mind. maybe parsing 50mb in the
request takes longer than 60 seconds ...

good luck
perry


"jonnybennett" <webforumsuser@macromedia.com> schrieb im Newsbeitrag
news:dvcm4i$884$1@forums.macromedia.com...
[quoted text, click to view]

AddThis Social Bookmark Button