file exist check failing |
[eluser]bhakti.thakkar[/eluser]
it turned out to be something different. actually the file_exists() function looks out for a path something like var/www/applicationpath/upload files and i was passing http://IP_ADDERESS/applicationpath/upload file which is wrong. i have rectified it and things are working fine now. now i am declaring two paths 1. for file_exists() [var/www/etc etc] 2. for actual opening of the file via <a > [http://IP_ADDRESS/APPPATH etc etc] Thanks for all the helps |
Messages In This Thread |
file exist check failing - by El Forum - 02-23-2009, 04:13 AM
file exist check failing - by El Forum - 02-23-2009, 05:06 AM
file exist check failing - by El Forum - 02-23-2009, 05:16 AM
file exist check failing - by El Forum - 02-23-2009, 05:25 AM
file exist check failing - by El Forum - 02-23-2009, 05:28 AM
file exist check failing - by El Forum - 02-23-2009, 06:11 AM
file exist check failing - by El Forum - 02-23-2009, 06:17 AM
file exist check failing - by El Forum - 02-23-2009, 06:31 AM
file exist check failing - by El Forum - 02-23-2009, 07:00 AM
file exist check failing - by El Forum - 02-23-2009, 10:20 PM
file exist check failing - by El Forum - 02-23-2009, 10:35 PM
file exist check failing - by El Forum - 02-23-2009, 11:20 PM
file exist check failing - by El Forum - 02-24-2009, 05:36 AM
file exist check failing - by El Forum - 02-24-2009, 06:12 AM
|