Quote:
Originally Posted by niteflyer32
using vBulletin version 3.8.1.
We have some users using IE and Firefox who get this security token error when trying to upload images. Our footer has the code below in it.
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="s" value="$session[sessionhash]" />
Thank you for any help
|
Just putting that in the footer wont help. It has to be within the <form>...</form> properties of what you are doing. If it is outside of the form properties it will be disregarded for that form and considered to be part of something else.