Browse by Tags

All Tags » phpfileuploader email
  • how can i delete the selected image?

    <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html xmlns=''http://www.w3.org/1999/xhtml''> <head>     <title>        ...
    Posted to PHP File Uploader (Forum) by ger on February 5, 2012
  • Adding date-time as prefix to the uploading files.

    I would like to upload the files during session wise. i.e when i upload files on a specific session period, it would automatically create a directory named like(2009-11-17,04.30pm) under the root directory ''savefiles''. Then The files would uploaded to their respective session directories with their file name and a prefix of that session,i.e for ...
    Posted to PHP File Uploader (Forum) by ashutoshrath on November 19, 2009
  • phpfileuploader - Send to email and log in DB

    Hey   It is possible to get the content of a text box on the phpfileuploader page and send the uploaded files to the email address (ie the content of the box) just after the files have been uploaded using the manual upload page and then log this in a MySQL db?   If so how would I go about this? Where would the code go and how do I ...
    Posted to PHP File Uploader (Forum) by slamjam on October 2, 2009