christopherreay / thisEqualsThat_frontEnd

Online, collaborative pipeline for visualising information
GNU General Public License v3.0
6 stars 5 forks source link

Finalise implementation of server served images #87

Closed christopherreay closed 7 years ago

christopherreay commented 7 years ago

Write the svg to the server Come up with some unique filename store it as a file on the file system return the URL for the user to share maybe put the URL in a list in a cookie, for a laugh (get someone to build that wordpress)

christopherreay commented 7 years ago

Commented out the (complete insaneky coded) client side "generate a massive url every single time there is an animation.

Animation is radically faster. That was the worst bodge job in history... Why not just build the bloody svg when the person clicks the link? No idea. Well I do know, but madness still.

christopherreay commented 7 years ago

compression and decompression:

christopherreay commented 7 years ago

created directory /tmp_ownedBy_thisEquals chgrp thisEquals chmod g+s /tmp....

christopherreay commented 7 years ago

Here, this could be useful in future:

uploading files with nginx upload module https://www.nginx.com/resources/wiki/modules/upload/