-
Notifications
You must be signed in to change notification settings - Fork 516
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
how should I upload a image to server #39
Comments
Did you change the server ip address in the client js file to point to your server? |
Where should I change the ip to ? |
same problem? |
i have encounter the same problem,could you please kindly instruct for this?by the way. |
how did you solve this problem? |
Hi
I run the code on a server computer. I accessed the server via SSH.
So when I open the demo/web/index.html and try to upload an image in the local. The uploading seems never finish.
So how should I upload an image?
I also try to run python -m http.server 9090 in the demo folder. And accessed it in my local computer via ip:9090/web. The problem still exist.
The text was updated successfully, but these errors were encountered: