uploading files of size up to 5 mb was success. but file bigger than 5 mb stucks at 100%. http://xtremeupload.cf/viewer.php?id=716error.bmp
with flash small size files(<5mb) are uploaded successfully but uploading big files(>5mb) gives error "You didn't pick a file to upload"
my .htaccess
<Files *.dfh>
order allow,deny
deny from all
</Files>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^/]+)/?$ download.php?file=$1 [L]
php_value upload_max_filesize 2024M
php_value post_max_size 2024M