upload photo limits


Posted on 16th Feb 2014 07:03 pm by admin

ive got a upload photo script and im just trying to make more secure currently it limits size and as you can see from my code below it limits only gif and php files

how do i edit my code to limit all these or do i have to copy and paste the same code and change the file extention?
jpg, jpeg, pjpeg, PJPEG, JPG, JPEG, gif, GIF, png, PNG
Did you know?Explore Trending and Topic pages for more stories like this.

Code: if (!($uploaded_type=="image/gif")) {
echo "You may only upload GIF files.
";
$ok=0;
}

also ive restricted php is there anything else i need to restrict?
Code: if ($uploaded_type =="text/php")
{
echo "No PHP files
";
$ok=0;
}
No comments posted yet

Your Answer:

Login to answer
284 Like 33 Dislike
Previous forums Next forums
Other forums

ereg_replace()
Basically what i need to do is

$title = "This Suck's"

$striped = ereg_repl

PHP/PKI
I am trying to set up a web application that uses pki. does anyone have a good tutorial to set this

mail()
Hi all. I have a problem with emails. I am trying to set up a mail system where customers can subscr

how do i make new line after *
First check this page here. and you see my report. Im pulling form a mysql db. I want to beable to m

Multi Level Array Problem
hi all,

For example I have array like below:

$temp = array(array('north america', 'us'

AUTONUMBER PROBLEM
Hello Everyone,

My name is Jones and i am new to this forum and to oracle. I am using ora

storing video files into mysql in php
hi

i have my video files in my folder ,
i have to store the path of the videos into db an

php global variable
how can we create global variable so we can use its value in any form.. Please give example to

user administration
Dear @all,

what I have to do to set the user defaults for new users. At the moment I woul

frames get header location..
i have two frames, one top, one bottom. how do i do a form on the bottom frame that gives me the ur

Sign up to write
Sign up now if you have flare of writing..
Login   |   Register
Follow Us
Indyaspeak @ Facebook Indyaspeak @ Twitter Indyaspeak @ Pinterest RSS



Play Free Quiz and Win Cash