Rank: Newbie Groups: Member
Joined: 7/31/2012 Posts: 5
|
Hi,
I have purchased the AJAXUploader. I developed a Web application to upload file more than 500 MB. Its working file (I can see the file the Temp folder). But its not writing to the FinalFileLocation.
I need to save that file in the D: drive. ( Different folder).
Its Urgent.Please help me.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
Please check whether the uploader's FileUploaded event is triggered. If that event is triggered, check the AJAXUploader's PostedFiles property to see if you see any files there.
Thanks!
|