Is there a way to make AjaxFileUpload work on a web farm? It is using Path.GetTempPath() which would not exist on all servers in a load balanced environment. Is the support planned for the future releases and is there a suggested work around in the meantime?
Comments: We are trying to deploy this in a load balanced environment. So if the temp image is saved on one server, then the load balancer switches to a different server, the second server does not have this temp image. Is there a way to specify the temp directory instead of using Path.GetTempPath()?
Comments: We are trying to deploy this in a load balanced environment. So if the temp image is saved on one server, then the load balancer switches to a different server, the second server does not have this temp image. Is there a way to specify the temp directory instead of using Path.GetTempPath()?