|
Browse by Tags
All Tags » phpfileuploader email
-
<?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>
...
-
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 ...
-
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 ...
|
|
|