On the form that I am creating I allow the user to browse for a file.  I
would like it that once the user selects the file, that it displays only the
file information in a <textarea> on the same page.  The idea is that the
user can keep browsing and selecting files and the file information
(location and name) is transferred further down the page in the textarea.
Once the user is done, they click on a submit button which then loads all
the files from either the textarea into the database.  I've seen something
like this done with both ASP and ColdFusion but not PHP.

Basically its like this:
1. Browse for a file
2. find file and select the file and click OK
3. The file information is moved from the browse file text box to the
textarea
4. The user then searches for another file like above and the new file is
added underneath the file already in the textarea.  The process repeats
until the user is done.
5. The user then clicks the Submit button which loads the files in the
textarea into the database

Any snippets of code or known likeness would be greatly appreciated.  One
other thing.  I'm fairly new to PHP so, please comment the code if you
would.

thanks a bunch



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to