Skip to content
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

[Feature] fileBox.toUrl() support #28

Open
huan opened this issue Mar 30, 2020 · 0 comments
Open

[Feature] fileBox.toUrl() support #28

huan opened this issue Mar 30, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@huan
Copy link
Owner

huan commented Mar 30, 2020

This will create a web request to save the file to a remote server. You should be in control of that remote server so that you can ensure that it is able to handle the request.

The model will be sent to the specified HTTP server via a POST request. The body of the POST is in the multipart/form-data format and consists of the file

See: https://www.tensorflow.org/js/guide/save_load#https_request

@huan huan added the enhancement New feature or request label Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant