Jump to content

file field and if() clauses


Lodius2000

Recommended Posts

I want to make an if clause to test if a file field has been filled, since it points to a file and not text, or some other input do I have to do something else than usuall

 

usually i test if a field has been filled in i use

 

if($_POST['field'] != "")

 

but with a file field i am thinking i will have to use

 

if($_POST['field'] != "NULL")

 

or something like that since it isnt text that eventually gets uploaded, the reason i ask is that i only want it to do all my resizing and saving if there is something in the field

 

lemme know what you do, thanks

Link to comment
https://forums.phpfreaks.com/topic/128627-file-field-and-if-clauses/
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.