Hi
I have created a cms system for a small 5 page site. The edit page edits the text of each page.
Now I want the user to be able to download an image at the same time as they are editing the text. In other words, they edit the text and then upload the image from the computer to their database. This creates a hyperlink. which sets the image to be downloaded to the page. When the user clicks the submit button at the bottom of the edit form the text is updated and the image downloaded.
I am using mediumblob
At the moment I can do all the above actions but only by using two forms.
Is it possible to place the upload image action within the edit text form?
how is this best done?
cass27