i am saving a file using move_uploaded_file($file['tmp_name'], $save_path . $FileName); but when the file name i choose is in arabic , the file is saved in strange characters like that : ÒíäÈ.pdf.
so when i try to open the uploaded file later, it says file not found .(the real one) what should i do ??
It will be better to rename the image name using time stamp
and also store the
$imgnamein the database so we can fetch the image by this name..It will also avoid the name conflict between images as the timestamps keep changing.