0
Reply

Trouble with Input File type

trufun101

trufun101

Aug 1 2005 4:55 PM
1.7k
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?