Jump to content

post data if statement question


calmchess

Recommended Posts

I am trying to use an if statement to see check and make sure the uploaded file part of my form is not null but it always says that it is null even when i am sure its not....how do i use a if statement with a upload form??I have no problem doing this with plain text data just with an upload :(

 

};
<?
if(!$_POST['uploaded']{
echo "no file being uploaded";
?>

Link to comment
https://forums.phpfreaks.com/topic/83038-post-data-if-statement-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.