Welcome Guest, Not a member yet? Register   Sign In
Double quotes in file name
#3

[eluser]Unknown[/eluser]
I already fix the problem.

I used this code for remove the double quotes.
Code:
$_FILES['file'.$i]['name']     = str_replace("\'\'", '"', $_FILES['file'.$i]['name']);

I open for more suggestion.

Thank you Smile




Messages In This Thread
Double quotes in file name - by El Forum - 06-12-2013, 11:59 AM
Double quotes in file name - by El Forum - 06-12-2013, 06:33 PM
Double quotes in file name - by El Forum - 06-12-2013, 06:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB