Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
PHP File Uploader
»
Re: Addition of title and description and type fields
Addition of title and description and type fields
Last post 08-21-2009, 1:02 AM by
cutechat
. 1 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
08-20-2009, 9:58 AM
54854
babylon
Joined on 08-20-2009
Posts 1
Addition of title and description and type fields
Reply
Quote
Is it possible to add text fields for a title and description along with a drop down for type t each file before uploading them?
These values along with the filename would be written to a database table as part of the upload.
Cheers
Andy
08-21-2009, 1:02 AM
54882
in reply to
54854
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Addition of title and description and type fields
Reply
Quote
Andy,
Please try :
$uploader->DialogFilter="Image Files(*.BMP;*.JPG;*.GIF)|*.BMP;*.JPG;*.GIF|All files (*.*)|*.*";
Regards,
Terry