Have an MVC web app where the client has the ability to drag and drop files onto html controls. No server code functionality currently, just visually seeing files populate HTML controls. Dragging and dropping files (EX. xlsx file onto html select) from inside the MVC project works 100%. Same file from outside the project throws a 404 error. If I host the client file only in apache WAMP drag and drop works 100% from anywhere. I would think this is an IIS permission but I have scoured the web and have checked permissions and lifted the file size restriction. Thank you in advance for any help with this issue.
↧