summaryrefslogtreecommitdiff
path: root/views/photo.php
AgeCommit message (Collapse)Author
2015-07-25some styling for photo uploadsAaron Parecki
2015-07-24Adds possibility to post photos.Jeena
With this it is possible to post a photo note with a description, nothing more. It doesn't move the file in the file system, just posts it from the temp location to the users server. It also does validate for file size, content type and max upload size and shows the errors to the user. If everything goes according to plan the response from the users server is shown, together with a link with the posted photos URL.