views:

34

answers:

1

Hi..

I'm Having some trouble using the ASP.NET AJAX File Uploader..

I always get either:

Unhandled Exception: Access is Denied

or

Unhandled Exception: The File Attached is Invalid

To give you some background i'm working on .NET 4.0 and using the Ajax toolkit dll

To get to this state all i have done is dragged a script manager onto the page, dragged the file upload onto the page and declared and linked a function to handle the upload success (save it etc..) i get the same errors with and without this function..

Thanks

Daniel

+2  A: 

You should check the target directory for access level. it seems, the reason for your problem might be about the "write access"

If you need an asp.net ajax upload sample project, check this

Zuuum