|
|
||||||
|
#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...le-uploader-mo 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 | |
| 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... |
|
| Ajax file uploader Hi, I'm looking for an ajax file uploader and wondering if such a control exists? Thanks Source: [..] |
|
| flash/php file uploader Hi Sorry if this is considered off topic, but do you know of any code examples/libs with a flash/php file uploader with progress bar? I've googled for a while but the... |
|
| file uploader Does anyone know how i can go about getting a file uploader on my FrontPage 03 website. |
|
| 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... |
|
|
All times are GMT. The time now is 06:30 AM. | Privacy Policy
|