2
I have to make a video upload system, at first, without using the "server side". I wonder if you can do this without php, using Sqllite or Local Storage. I’ve researched several sites and I haven’t found much (and I’m kind of a layperson on the subject).
upload files? no server side! Where will you upload? You need a server to upload or use a Dropbox repository: https://www.dropbox.com/developers/dropins/saver
– Luizz
It is! It was a challenge that a teacher gave me.
– DaianeAlícia
Yes, you can use ASP.NET or RUBY
– Silvio Andorinha
In the case of images: http://answall.com/questions/7182/existe-algum-site-api-para-hospedar-fotos-na-web/7187#7187 (of course, even if you access these services directly on front-end through REST Apis, there is a back-end, it just didn’t need to be written by you).
– Anthony Accioly