I have an application that needs to allow large file uploads.
upload_max_filesize is 16MB so that shouldn't be a problem. It
basically sits there and doesn't display any errors. Then it stops
processing and leaves you on the same form.
I'm assuming it is timing out so I want to use set_time_limit() to
allow more time. The question is where to put this code? I tried it in
the controller action and in the component but I think that this code
is executed after the file has completely uploaded.
I'm using the file_upload component from the bakery.
http://bakery.cakephp.org/articles/view/file-upload-component-w-automagic-model-optional
Any help would be appreciated.
Best Regards,
Derek
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---
No comments:
Post a Comment