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: I am afraid there is no way to specify the temp directory instead of using Path.GetTempPath() at the moment. Are you planning to point a temp directory to the network share?
Comments: I am afraid there is no way to specify the temp directory instead of using Path.GetTempPath() at the moment. Are you planning to point a temp directory to the network share?