Hello,
I'm trying to evaluate the new build of Ajax Uploader and I am still having problems with using "Integrated Windows Authentication". I think I'm not doing something right here....
Here is my setup ..This is for a intranet site and running IIS 6.0 on Windows 2003 server.
I have a intranet application
Default Website
- mywebsite (C:\inetpub\wwwroot\mywebsite)
- selecting-multiple-files.aspx
Based on your steps you say create a new application and point it to the same website so I will now have
Default Website
- mywebsite (C:\inetpub\wwwroot\mywebsite)
- selecting-multiple-files.aspx
- mywebsiteUpload (C:\inetpub\wwwroot\mywebsite)
- selecting-multiple-files.aspx
Now where am I supposed to create the "UploadService" and what is in this folder?
I created the crossdomain.xml and placed it in C:\inetpub\wwwroot\mywebsite and it contains
<cross-domain-policy>
<allow-access-from domain="http://myserver/mywebsite/"/>
</cross-domain-policy>
What am I supposed to set the uploader.FlashUploadPage to ... I don't have a Upload.aspx in my UploadServicefolder?
I need to get this working because I have to use "Integrated Windwos Authentication" and I need to allow the users to select multiple files and I am using Flash as we don't SilverLight installed.
On a different note.. are there plans to add the funtionality to upload an entire folder?
Regards,
Anzar