Apple
07-31-2007, 06:11 AM
Hello,
I like PHP photo album script (http://www.dynamicdrive.com/dynamicindex4/php-photoalbum.htm) and I'd like to use it on my website.
My page has form where user enters some information about some place. I want to rebuild page to allow user insert photo(s) from him gallery.
PHP photo album script will work fine with form, but how can I add "dynamic photo upload" feature to my page? I mean I can't reload page, so simple PHP will not work here, so I need some dynamic option.
I want do the following. User chooses some image from his hard drive, adds name of the photo and clicks Upload button. PHP script (I know how to build this one) uploads, resizes and saves image. Then new image appears in user's photo gallery. But if I refresh page, user will loose entered data (texts, labels etc). How can I do this without refreshing page?
I like PHP photo album script (http://www.dynamicdrive.com/dynamicindex4/php-photoalbum.htm) and I'd like to use it on my website.
My page has form where user enters some information about some place. I want to rebuild page to allow user insert photo(s) from him gallery.
PHP photo album script will work fine with form, but how can I add "dynamic photo upload" feature to my page? I mean I can't reload page, so simple PHP will not work here, so I need some dynamic option.
I want do the following. User chooses some image from his hard drive, adds name of the photo and clicks Upload button. PHP script (I know how to build this one) uploads, resizes and saves image. Then new image appears in user's photo gallery. But if I refresh page, user will loose entered data (texts, labels etc). How can I do this without refreshing page?