I've just download Ajax Upload to be used with MVC 2. Samples for MVC2-CSharp project work fine in local, except that directory where temp files are created is C:\Users\Juan\AppData\Local\Temp\AjaxUploaderTemp\, where Juan is the name of the user of the computer, instead of using UploaderTemp project path.
When I publish the project to a Web Server (with II6) it doesn't work properly becuase the message
Uploading Resize_P180910_18.24_[01].jpg. 26.3 KB of 26.3 KB at 53KB/s; 1 seconds remaining
stays for a long time after uploading a file.
Does anybody know what's going on?
Do you have a tutorial or any documentation about working with MVC?
Thanks in advance.