PHP Classes

how to get the filename

Recommend this page to a friend!

      AJAX File Uploader  >  All threads  >  how to get the filename  >  (Un) Subscribe thread alerts  
Subject:how to get the filename
Summary:how do I pass the filename of the uploaded file to another form
Messages:1
Author:Ken Lupo
Date:2008-04-02 22:52:00
 

  1. how to get the filename   Reply   Report abuse  
Picture of Ken Lupo Ken Lupo - 2008-04-02 22:52:00
I have this installed and it works great but I'm trying to use this to upload attachments associated with announcements and I have to track the filenames in mysql. I tried setting the value of a hidden field in another form on the page but I am not sure how to do javascript very well. My basic form will contain:

title
body
expire
attachment-filename

Thank you.