PHP photo gallery with multiple upload form
Posted
by NightMICU
on Stack Overflow
See other posts from Stack Overflow
or by NightMICU
Published on 2010-04-21T00:30:36Z
Indexed on
2010/04/21
0:33 UTC
Read the original article
Hit count: 321
Hi everyone,
I am trying to develop a PHP driven gallery with a form that has at least four file upload boxes, each with its own title and caption. I have been using php.upload.class to process uploaded photos but not sure how I would go about handling each individual upload while preserving its details (title, caption).
Is there a practical way to do this or should I instead upload just the photos and then have the user add titles and captions on the next page? Any help/suggestion would be greatly appreciated.
Thanks!
© Stack Overflow or respective owner