Menu

File Upload Questions

Help
ross
2005-12-15
2013-06-03
<< < 1 2 (Page 2 of 2)
  • wright2112

    wright2112 - 2006-10-09

    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); 

     
    • TNTEverett

      TNTEverett - 2006-10-10

      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.

       
<< < 1 2 (Page 2 of 2)

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.