Soldato
- Joined
- 12 Feb 2006
- Posts
- 17,628
- Location
- Surrey
first would like to say when making a script for first time i will usually make it by myself without an other examples so i learn from my mistakes, different methods, and exactly how it works rather then just looking at something that works and using it, so the method may seem mad but it's just what i thought to do first.
so i have a "comments" form which the user have a load of fields such as email, name, comments, and images.
To upload images i decided to use iframes so that the user could upload each image without a page refresh needed or going to another page. This works all fine, however i now want to use information from within the iframe, such as image location, to store in a database along with the comment, email etc.
how would i do this?
so i have a "comments" form which the user have a load of fields such as email, name, comments, and images.
To upload images i decided to use iframes so that the user could upload each image without a page refresh needed or going to another page. This works all fine, however i now want to use information from within the iframe, such as image location, to store in a database along with the comment, email etc.
how would i do this?