Quote:
Originally Posted by drpeppper
the fix was for users getting the token security message with image uploads, not file uploads.
if you're having problems with the file uploads, find this line
Code:
<input type="submit" name="submit" value="{$vbphrase['ecdownloads_addit_file']}" />
in template downloads_file_addit
under that place this line
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
hope that works, it worked for me. good luck.
|
Hi,
Recently we moved to new server and we started having this problem while uploading large files. Test files were larger than 35Mbs
I did try suggestion in quotes (above), and other ones i could find while searching but problem is still there.
Did anyone had this problem? How did u fix it?
All suggestions are appreciated!
Tnx