Added file saving/export ability to server_opensave extension, fixing issue 582

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1625 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2010-07-06 13:57:05 +00:00
parent c0fa1ef4b1
commit 8ce73cd5ca
3 changed files with 123 additions and 8 deletions

View File

@@ -1,5 +1,14 @@
<!doctype html>
<?php
/*
* fileopen.php
* To be used with ext-server_opensave.js for SVG-edit
*
* Licensed under the Apache License, Version 2
*
* Copyright(c) 2010 Alexis Deveria
*
*/
// Very minimal PHP file, all we do is Base64 encode the uploaded file and
// return it to the editor