Okay, say I have a form and one of the textboxes is for an Image URL... Is there a way to send them to an upload script, which after the user has uploaded the image automatically enters the URL into the textbox on the form page?
I'm sure it's possible, but would it still work if the image upload script is opened in a new window? Which scripts/pages would I have to edit to achieve this.. the upload script or the .php page with the form on it (or both)?
Thanks in advance