Y
Hacker News
new
|
ask
|
show
|
jobs
by
emilv
4670 days ago
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?