Jump to content

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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.