<
rob.bartlett: That link seems to work. Are any of those controls on that page using MVC? I am using MVC. I am setting temp folder in code, but the temp directory I supply (a file share) is getting ignored. It ALWAYS puts it in *my* temp folder: "c:\Documents and Settings\rob.bartlett\Local Settings\Temp\AjaxUploaderTemp\persisted.{GUID}{FILENAME}.{EXT}.resx" Do I need to open another forum post on that? UPDATE: I set the temp folder in the web.config instead of in code, and it now uses the config value (STILL ignores the code-set value) I think this issue is caused by a bug in the code. Please download the control again. http://ajaxuploader.com/download/Ajax-Uploader.zip Keep me posted asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx Web Messenger: http://cutesoft.net/Web-Messenger/default.aspxasp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspxasp wysiwyg html editor: http://cutesoft.net/ASP asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx Live Support: http://cutesoft.net/live-support/default.aspx
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx Web Messenger: http://cutesoft.net/Web-Messenger/default.aspxasp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspxasp wysiwyg html editor: http://cutesoft.net/ASP asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx Live Support: http://cutesoft.net/live-support/default.aspx
edstone: Adam, I am still having an issue with this. I have updated the dll to the latest version this moring. I uploaded a 250MB file this morning using IE7 and it worked great. The same file in FireFox 3.0 hangs at 100%. The file shows in the temp directory but the file name still starts with 'uploading'. The file is never moved to the permanent directory. Small files work fine in FireFox. Here is my control code: What else can I look at? Here is a screen shot of the hang.... I think my issue was related to either session timeout or a timeout of my forms authentication. I increased my form authentication timeout threshold in the web.config to 4 hours: <authentication mode="Forms"> <forms name=".ASPXFORMSAUTH" timeout="120" /></authentication> I also increased my session timeout on IIS to 4 hours as well. I was able to upload a 1.5 GB file successfully in FireFox. I am not sure why I was able to upload in IE7 to start with before these changes but maybe it is in how each browser handles a timeout with security??? Anyway...thought I would share what worked for me.