I have recently subscribed to a new hosting which only allows 2mb upload for php. I was wondering can I use Flash uploader like SWFupload to upload more than 2mb files ?
Thanks
I have recently subscribed to a new hosting which only allows 2mb upload for
Share
try
Dynamically modifies the file_size_limit setting. This applies to all future files that are queued. The file_size_limit parameter will accept a unit. Valid units are B, KB, MB, and GB. The default unit is KB.
Examples: 2147483648 B, 2097152, 2097152KB, 2048 MB, 2 GB
Useful read
SWFUpload Documentation