trufun101

trufun101

  • NA
  • 19
  • 0

Trouble with Input File type

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