Hi Tiger,
Firstly it's a PHP Upload Form with No Database, which can upload the file directly to the specified folder
Yeah i've tested on Browser like IE or Firefox, the Backslash is became automaticly to slash " / ".
The solution for the " ?, ?, ?, ?, $, ?, & " is with this code :
Code:
<?php
header('Content-type: text/html; charset=UTF-8', true);
And, what about or is the solution in order to upload a file named like " O'Clock " with the " ' " ?
Thanks.