|
|
||||||
|
#1
|
|
|
|
|
Hi,
I'm using the excellent Multiple file uploader ( http://the-stickman.com/web-developm...tools-version/ ) After selecting the files (as per the Defaults example on http://the-stickman.com/files/mootools/multiupload/ ), I use a Submit button to send the data to a second page: how can I retrieve the file names entered on the first page, as I don't understand the code that well. Thanks. |
|
|
|
#2
|
|
|
|
|
"groupie" <justforgroups> wrote in message
news:c56d > Hi, > I'm using the excellent Multiple file uploader ( > http://the-stickman.com/web-developm...ls-12-version/ otools-version/ > ) > > After selecting the files (as per the Defaults example on > [..] ), I use a Submit > button to send the data to a second page: how can I retrieve the file > names entered on the first page, as I don't understand the code that > well. Thanks. If the form tag is this: <form id="main_form" method="POST" enctype="multipart/form-data" action="Mootools.php"> then try this is in a file called "Mootools.php"; (per Response XIII): <?php print_r($GLOBALS["HTTP_POST_FILES"]); ?> |
|
|
| Similar Threads | |
| Thread | Thread Starter |
| file uploader Hi, Due to the file size limitations of the common browsers like IE or Firefox, I wanted to create a file uploader that doesn't use a browser, but just posts a file to a... |
orasnita |
| Ajax file uploader Hi, I'm looking for an ajax file uploader and wondering if such a control exists? Thanks Source: [..] |
link45809 |
| file uploader script I'm working with an uploader script and am trying to establish the parent directory to which files will be uploaded. However, after the parent directory is set in the code... |
ll |
| file uploader Does anyone know how i can go about getting a file uploader on my FrontPage 03 website. |
SusanC |
| HTML File Uploader Hi I have recently developed a few sites with an uploader facility for images and all has worked perfectly, until now??? I re-installed .NET due to an unrelated problem and... |
Andy |
|
Privacy Policy | All times are GMT. The time now is 03:41 PM.
|
|
|