-
Notifications
You must be signed in to change notification settings - Fork 49
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
Downloading vsb to Webserver #12
Comments
At the moment, you can use "get_vsb" - it returns a Javascript object, not suitable to upload to the server yet.
|
You can now use a new method get_vsb_blob, which returns a "vsb" file as blob (binary large object). example code (sends the blob to server side script 'upload.php'):
code at the server side (upload.php):
|
I can't download a tmp vsb file to the webserver to use it. Surely I can download it, but that would be client side.
The vsb is essential for the Webserver to display windows for example etc. a preview for the user.
In addition, changeing the color of the model results in a reload of the website which then wipes the localfile in the upload.
If I could make a tmp copy of the vsb file I can display it anyway.
The text was updated successfully, but these errors were encountered: