You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem 1)
Unhandledexception:MimeMultipartException: Bad multipart ending
This is Big issue ...
When some one (end user)
Change api call header request like tick content Type ( multipart/form-data; boundary=)
then our api application(main.exe) is crashing.
Then we need to manually start again
Problem 2)
Follow thought your docs i host my
First getxserver on my vps(Linux Ubuntu),👍👍
In ubuntu I use wine applications (my server app => main.exe )
For running windows applications .
I don't know it's a best method or not? Pls let me know it's ok or not,
Problem 3)
Also I upload images,pdf.. using multipart .It's working on localhost(127.0.0.1) also on lan ip,
But in vps the file are currepted can't open ...(file can see, but can't open)
The text was updated successfully, but these errors were encountered:
Problem 1) Unhandledexception:MimeMultipartException: Bad multipart ending
This is Big issue ...
When some one (end user)
Change api call header request like tick content Type ( multipart/form-data; boundary=) then our api application(main.exe) is crashing. Then we need to manually start again
Problem 2) Follow thought your docs i host my First getxserver on my vps(Linux Ubuntu),+1+1
In ubuntu I use wine applications (my server app => main.exe )
For running windows applications .
I don't know it's a best method or not? Pls let me know it's ok or not,
Problem 3) Also I upload images,pdf.. using multipart .It's working on localhost(127.0.0.1) also on lan ip, But in vps the file are currepted can't open ...(file can see, but can't open)
for problem 2 maybe just compile the application to linux executable binary.
Tested and worked well dart compile exe -o getserver
just copy the binary to server and change the permission to 755
and exucute the binary
Problem 1)
Unhandledexception:MimeMultipartException: Bad multipart ending
Change api call header request like tick content Type ( multipart/form-data; boundary=)
then our api application(main.exe) is crashing.
Then we need to manually start again
Problem 2)
Follow thought your docs i host my
First getxserver on my vps(Linux Ubuntu),👍👍
For running windows applications .
I don't know it's a best method or not? Pls let me know it's ok or not,
Problem 3)
Also I upload images,pdf.. using multipart .It's working on localhost(127.0.0.1) also on lan ip,
But in vps the file are currepted can't open ...(file can see, but can't open)
The text was updated successfully, but these errors were encountered: