Hacker News new | ask | show | jobs
by spolu 4665 days ago
It's still interesting to explore the concept and think about how its always easier to build stuff exclusively client-side.
1 comments

I think that's a flawed assertion. It's easy to make an insecure file upload in most server-side web languages. An example in the PHP manual is only a couple of lines of code: http://www.php.net/manual/en/features.file-upload.post-metho...

How easy is it to make a safe client-side solution?