Tagged Questions
0
votes
5answers
192 views
What is the best location on server to upload images?
Among many folders available on the server by default like "public_html", "public_ftp" or simply the root, which one is the best to upload and store users' images safely which I can also add a link to ...
0
votes
3answers
3k views
100% safe photo upload script
Question is simple. How can I make 100% safe photo upload script with php? Is there any tutorials which shows all possible safeness's gaps? Do not offer me to look this question ...
0
votes
6answers
158 views
Is this fileuploading script safe?
Hi is this totally safe or not? I would like a totally safe fileuploading script for my new project. Thanks in advice. Here is the one i found:
<?php
if ((($_FILES["file"]["type"] == "image/gif")
...
