Thanks Ken, that worked. In fact, I only had to set this:
<pages enableEventValidation="false">
I am pretty new to the Ajax Uploader control, so now that it uploads, I am trying to figure out where it uploads to, and how I can alter the location/directory of where the control uploads to? Is there a setting that I can control to indicate to the Ajax Uploader control the path that uploaded files should be uploaded to?
To elaborate further, I need to be able to set where the files get uploaded to (on a server in the network) and also, I need to also be able to control the names of the files (i.e a user may upload file01.pdf, but I will have to save it with a different name for example a CaseID + DateStamp). The CaseID is a value that I already have in my app.
Regards.