Hi,
I use the AjaxFileUpload to upload images to Blob Storage.
When I run the code on my computer, all is working but I can upload file in production environnement ?
I think the upload faild because IIS can't writte the file on the system.
I suppose that we should use the local storage as a temp folder. But how configure it ?
Regards,
Comments: The result on the POST request is : {"FileId":"4B9D6B57-10A4-2285-E224-A50543D6AFD2","State":1,"ContentType":"image/png","FileSize":2679,"FileName":"logo.png","StatusMessage":"Failed","PostedUrl":""} I think the exception if throw with the memory stream
I use the AjaxFileUpload to upload images to Blob Storage.
When I run the code on my computer, all is working but I can upload file in production environnement ?
I think the upload faild because IIS can't writte the file on the system.
I suppose that we should use the local storage as a temp folder. But how configure it ?
Regards,
Comments: The result on the POST request is : {"FileId":"4B9D6B57-10A4-2285-E224-A50543D6AFD2","State":1,"ContentType":"image/png","FileSize":2679,"FileName":"logo.png","StatusMessage":"Failed","PostedUrl":""} I think the exception if throw with the memory stream