Trouble with Input File type
I'm using an input file type to upload from a webform.
Basically, OnClick I test if PostedFile != null, then proceed.
The code is working fine on my local machine, but when pushed to the server, PostedFile is set to
NULL every single time -- no matter what file I specify with the Browse button...
I've never run into this issue before, and couldn't find where anyone else has had this issue.
Any thoughts?