Very large file upload > 2 GB with Adobe Flash
Hello, anyone know how can I upload very large files with Adobe Flash or how to use SWFUpload?
Thanks in Advance, All help will be very appreciated. ![]()
Hello, anyone know how can I upload very large files with Adobe Flash or how to use SWFUpload?
Thanks in Advance, All help will be very appreciated. ![]()
1. yes
2. I'm getting error message from php
if( $_FILES['Filedata']['error'] == 0 ){
if(move_uploaded_file( $_FILES['Filedata']['tmp_name'], $uploads_dir.$_FILES['Filedata']['name'] ) ){
echo 'ok';
exit();
}
}
echo 'error'; // Overhere
exit();
if the error is from php it's a server limit, not a flash limit.
you need to adjust your php.ini or .htaccess file upload limit.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.