Well, I'm working on a formulary to help the low-tech-level employees of the company be able to update the forklift database without the knowledge of FTP or html/php, etc.
So I made a web based formulary that has dynamic and static menu/lists plus text fields. So far so good. And then the time came for the images.
How does someone with no possible FTP comprenhension upload in image to the server and then add the image url to the formulary? No way.
So what I'm trying to do right now is mix both my formulary with an image uploading code somebody lent me, which I adapted.
is such uploading code
is the formulary with 'preupload.php' put inside an IFRAME to the right.
Now my question is the following:
How do I grab the image urls inside 'preupload.php' within the iframe and have them pasted on the image url text fields on the left (like if the employee had actually written it) ???
Thanks in advance
So I made a web based formulary that has dynamic and static menu/lists plus text fields. So far so good. And then the time came for the images.
How does someone with no possible FTP comprenhension upload in image to the server and then add the image url to the formulary? No way.
So what I'm trying to do right now is mix both my formulary with an image uploading code somebody lent me, which I adapted.
is such uploading code
is the formulary with 'preupload.php' put inside an IFRAME to the right.
Now my question is the following:
How do I grab the image urls inside 'preupload.php' within the iframe and have them pasted on the image url text fields on the left (like if the employee had actually written it) ???
Thanks in advance