Pergunta

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

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top