....ok, you aint allowed to post URL's here but it would have made it so much more easier to explain :( I'll try and break this down so its sounds simpler than it is, cause right now its confusing me :(
I have 2 seperate fill out forms.
1 of the forms (which is the main one) runs as an upload script for a file database manager. It is able to send info out and upload files at the same time. Howver, the 2mb limit upload amount is causing a problem, so i am using another seperate upload script in tandem with it.
The ORIGINAL upload section of the file allowed the user to browse his HD, locate the file he/she wanted to upload then send it. Once that file was sent a 'File Sent' message appeared along with a link below it that said 'Click here to transfer download location' When the person filled that link the download location on my server was automatically filled in on the main form, so all the person had to do after that was send the main form.
Now...that was the original one, but the 2mb limit has hindered it. So i went into the files and cut out that download page that was part of the database system and replaced with with another, different one.
This new one though doesnt have that 'Click here to transfer download URL' on it once the upload has finished. So when the user has finsihed upload he/she has no way of knowing the download location to fill in that part of the form.
Is there a javascript out there that can handle that? Cause the original upload script was using java to make that happen....