Just to follow up on this one...I never could get the preg_replace to work. I copied and pasted it into my code exactly as you have it and characters were not removed. I didn't get any error messages, it just seemed to simply ignore the code. I tried serveral other different values from an ASCII table using the octal values. Any other suggestions?
I can help but you will have to send me a description of what you want and send me a copy of your process.php file in an email.
Include a link to your form.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just to follow up on this one...I never could get the preg_replace to work. I copied and pasted it into my code exactly as you have it and characters were not removed. I didn't get any error messages, it just seemed to simply ignore the code. I tried serveral other different values from an ASCII table using the octal values. Any other suggestions?
$AlbumArtworkUpload=$HTTP_POST_FILES['AlbumArtworkUpload'];
$AlbumArtworkUpload=preg_replace("/(\047)/","",$AlbumArtworkUpload);
I can help but you will have to send me a description of what you want and send me a copy of your process.php file in an email.
Include a link to your form.