How to check the photo is selected when try to upload a photo |
[eluser]boltsabre[/eluser]
no worries, at least you now know that you cant make a variable and then check isset() against it!!! However, that may change in CI3, check this out: http://ellislab.com/forums/viewthread/215833/ But yeah, currently post variables return false if not set, when more than likely they should return null. Try this just for your own knowledge: Code: $var = false; |
Messages In This Thread |
How to check the photo is selected when try to upload a photo - by El Forum - 04-24-2012, 08:22 AM
How to check the photo is selected when try to upload a photo - by El Forum - 04-24-2012, 08:58 AM
How to check the photo is selected when try to upload a photo - by El Forum - 04-24-2012, 09:01 AM
How to check the photo is selected when try to upload a photo - by El Forum - 04-24-2012, 09:11 AM
How to check the photo is selected when try to upload a photo - by El Forum - 04-24-2012, 09:26 AM
|