PHP, I have troubles uploading pdf files with special characters, like (à, ñ, %,), with files that are normalize i have no problem, but when people use espacial characters they have problems viewing their files (Bad request 404 page not found) this is my code <? require("../lib/MySQL.php"); echo "<blockquote>"; $clave=Protege($_POST['CLAVE']); $titulo=Protege($_POST['NOMBRE']); $descripcion=Protege($_POST['D_BREVE']); $status=Protege($_POST['STATUS']); $uploaded = […]
The post how to upload pdf files in php? appeared first on BlogoSfera.