Welcome Guest, Not a member yet? Register   Sign In
Problem with file upload on edit page
#4

[eluser]Flemming[/eluser]
hmm .. ok, what about simply
Code:
if(!empty($_FILES))

or perhaps you could do

Code:
if(empty($_FILES['myfile'])) $noUpload = True;
if(!$noUpload) //then there IS an upload to handle
as I wonder if the trouble is that checking an empty array doesn't work?


Messages In This Thread
Problem with file upload on edit page - by El Forum - 11-12-2008, 04:40 PM
Problem with file upload on edit page - by El Forum - 11-13-2008, 10:45 AM
Problem with file upload on edit page - by El Forum - 11-13-2008, 03:22 PM
Problem with file upload on edit page - by El Forum - 11-14-2008, 03:00 AM
Problem with file upload on edit page - by El Forum - 11-14-2008, 05:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB