FTP PROBLEM WEBGL
Hello, I am having problems uploading files to my ftp from web gl, the download is done correctly from web gl but it does not upload the files.
All this works perfectly from the unity editor I can upload to filezilla (ftp) and download correctly.
The problem is in the upload from web gl.
Any help?
To download in webgl I had CORS problems that I solved adding in the header of the .htacces: Header set Access-Control-Allow-Origin "*"
The problem is now in the upload
Your answer

Follow this Question
Related Questions
I have some trouble with uploading file to ftp server 3 Answers
Unity C# code to File upload to FTP server from Windows Mobile 8.1 0 Answers
FTP is not working (Error message is : Server returned an error: 530 Login incorrect.) - Need Help 0 Answers
Unity, WebClient, Upload, Async and Threads. 0 Answers
15+ errors when importing SSH.NET framework to Unity project. 0 Answers