Quote:
|
Originally Posted by Seb Hello everyone,
Does anyone have some informations about these two functions?
I did an application that draws shapes iin svg, but now i would like to save my drawings into a file.svg and to call them when i need to.
I would appreciate your help, thanks in advance.
S?bastien |
See in our tutorial 2 about scripting
http://www.learnsvg.com/tutorial2/example/postURL.svg
and
http://www.learnsvg.com/tutorial2/example/getURL.svg
postURL need server languge as PHP or other to create file ...
You cannot with postURL directly create file, you call existing file ( PHP by example ) send it data and this file can create file with data.
getURL don't need server language, if file exist, you get dta or svg fragment.
Michel