danarashad
Programmer
Is there away to remove special characters from a file thats being uploaded.
I can do this to strip out invalid characters, to insert into the database.
#REReplace(form.image1, "[^0-9a-zA-Z_]", "", "ALL")#
But I am having trouble stripping the invalid characters out of the upload.
I can do this to strip out invalid characters, to insert into the database.
#REReplace(form.image1, "[^0-9a-zA-Z_]", "", "ALL")#
But I am having trouble stripping the invalid characters out of the upload.