i-e-b / jQueryFileUpload.Net

[Out of Date] .Net handler for http://aquantum-demo.appspot.com/file-upload
68 stars 54 forks source link

Thumbnails and Links work in VS2010 but not on IIS7.5 #13

Closed BGMcoder closed 12 years ago

BGMcoder commented 12 years ago

Hello! I have loaded the solution into VS 2010, and everything works perfectly. But when I deploy it to my server, in the exact state and layout I have it in VS, the thumbnails do not display (although the files do!) and the links are all broken (in the sense that any spaces have not been encoded). I have neither of these issues in my VS in debug mode. If it be a clue to fix the issue, I also cannot delete any of the files I have uploaded (I can upload just fine, however).

BGMcoder commented 12 years ago

I have made sure the application pool even has modify rights on the upload directory, and that it is using the right AD account to interact with the directory. Also, the directory is set correctly in web.config.

BGMcoder commented 12 years ago

I think the reason that the images do not show is because their links are broken, too, just like the file-links. And I am supposing that since the file links are broken, then the path to the files cannot be tracked, and so they cannot be deleted. What could cause the links to break?

i-e-b commented 12 years ago

Please check your file permissions and app-pool rights are correct, and that your mime types are correctly set. Google/Bing.

BGMcoder commented 12 years ago

I know permissions and the app-pool is right. If I use a plain jane uploader like the one at http://ondotnet.com/lpt/a/1354, I don't have any problem writing to the directory. However, that control doesn't delete files like yours does. I have googled the world over and am approaching despair.