- Home /
Webgl browser error " DirectoryNotFoundException: Could not find a part of the path"
Hi i am new in webgl and the web development. I try to built a web game and i need to save an image file to from user to my server(localhost). To open the image from user pc i use the library Unity Standalone File Browser.For open i use this open.cs and for save the image after the upload i use save.cs. This code it is work very well in Pc,Mac & Linux platform.
If i change to webgl platform my game is run in the Browse(chrome) and for http i used form python (python -m http.server). To open the image from user it work but when i try to save the file who upload from the user i have this error from the browser image error. I don't unresistant were is the problem. Does anyone knows who to fix that?
Thanks for your time.
Your answer
Follow this Question
Related Questions
How to send multiple values from browser to unity webgl game? 1 Answer
Save progress in WebGL game (C#) 1 Answer
Multiple Cursors - WebGL Unity 5.6 2 Answers
Issue with shaders and WebGL 1 Answer
Multiple Cars not working 1 Answer