6 ms·
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
by emilv 13y 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-method.php#example-354 http://www.php.net/manual/en/features.file-upload.post-metho...
How easy is it to make a safe client-side solution?