Hello i have a problem. It seems that the value of this this input
<input type="hidden" id="uploadUid" value="<?php echo $sessionUid;?>" name="update_uid">
in here
formData.append('uploadUid', uploadUid.value);
When i put an alert alert(uploadUid.value);
on Firefox it returns just fine but on Chrome returns undefined
Any guess why?