Progress and Large Files

For fancy upload do you have any tips for transferring larger files (20MB+). I keep getting timeout errors. Also the progress indicator instantly goes to 100% whenever I do an upload no matter how large the file I’m uploading is. Any ideas?

Thanks.

hey, katasidy,

please, check your .htaccess and put some values at the top of the file, before all rules:

php_value max_execution_time 1200

php_value memory_limit 64M

php_value post_max_size 30M

php_value upload_max_filesize 30M

and also timeLimit, fileSizeMax options of fancy: http://digitarald.de/project/fancyupload/

about the percentage bar, there are some posts in fancy’s official forum:

http://digitarald.de/forums/topic.php?id=105

http://digitarald.de/forums/topic.php?id=134

http://digitarald.de/forums/topic.php?id=354

it seems that the percentage bar doesn’t behave in a good mood in all browser/operating system combinations, but even with some boring flash bugs, fancyupload worked better than some other flash uploads to me

:)

regards!!!

Thanks for the information. I haven’t decided yet what I’ll use but may use perl for my file transfering.