Hi,
I am not sure why this is not working.
I am trying to skip the upload file and an insert to the DB when and if there is no file has been uploaded in a simple file upload form.
I tried $_POST.pck_image!=’’ but it won’t let me enter the “’’”. I tried length count and it still didn’t work.
Any ideas?