-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to save form submitted image file #1
Comments
Hello, have you solved this problem? |
I never found a fix. |
Have you later found any way for unity to act as an http server and send files to unity via the web client? |
Nothing public, it was 3 years ago i was working on this, and i can't even remember how i solved it, or even if i solved it. Sorry. |
Ok,thank you for this reply.Good day. |
Using both the following code examples, i am unable to convert the MultipartFormEntry.Value into a valid image file. Note that these lines have been added to the example
FileUpload
class.Example 1
Example 2
This the original file on the left, and the saved file on the right. Will continue to test.
The text was updated successfully, but these errors were encountered: