I think what he means is PHP's built in script execution time limitations
and so on.

One thing that you can do is dynamically alter the max execution time and
memory limits during the upload process based on the file size.

On Wed, Oct 28, 2009 at 5:30 PM, DEEPAK BHATIA <toreachdee...@gmail.com>wrote:

> Every web application has a limit on upload else your server could be
> crashed for no space....
>
>
> On Wed, Oct 28, 2009 at 4:41 PM, Gorka <glopezdeto...@gmail.com> wrote:
>
>>
>> When it comes to video or audio files, uploading via http forms does
>> not seem to be the best approach: timeouts, size limits, etc...
>> usually get on the way.
>>
>> How would you manage big (+20MB) or batch uploads? I guess the best
>> solution would be a client-side code either in java, flash o
>> silverlight using FTP to upload the files and server-code to process
>> the uploaded files if needed, but I'd like to know how people are
>> solving this issue.
>>
>>
>
> >
>


-- 
Gareth McCumskey
http://garethmccumskey.blogspot.com
twitter: @garethmcc

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to