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
It looks like those changes actually don't do what I though they did, they save to the client machine, not the server!
Here's what we tried anyway:
Open svg-editor.js
In curConfig object, to the extensions array add 'ext-server_opensave.js' to the end. Make sure that ext-server_opensave.js , fileopen.php and filesave.php exist in the svg/extensions directory
To save the file to server
Do these steps.
Open the extensions/filesave.php and comment out below code
The following changes were made as suggested here: http://binoyav.blogspot.com.au/2011/11/svg-edit-saving-files-to-server.html
To see latest build, go here: https://research.greenant.net/Sandstorm-Method-Draw/method-draw/index.html
It looks like those changes actually don't do what I though they did, they save to the client machine, not the server!
Here's what we tried anyway:
In curConfig object, to the extensions array add 'ext-server_opensave.js' to the end. Make sure that ext-server_opensave.js , fileopen.php and filesave.php exist in the svg/extensions directory
To save the file to server
Do these steps.
Open the extensions/filesave.php and comment out below code
And add the following code at the end
The text was updated successfully, but these errors were encountered: