Question

I have a photo uploading website and I Recently added an index.php to my photos directory. But it also shows up in my jQuery File Upload. How to Remove It?

PS : See attached image[in link]...

http://www.pandhare.co.in/test/ERROR.png

Était-ce utile?

La solution

You can "remove" it from files list. For this you should fix php script on build list function. just don't include entry to list if the have substring ".php" in file name.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top