Hi all,
can anybody help me.Im doing a simple registration form that require user to upload an image.My problem is i have no idea how to retrieve the data back from database and display it in Joomla page. Actually i really dont know how to use the chronoconnection. Please someone help me...This is my form.
can anybody help me.Im doing a simple registration form that require user to upload an image.My problem is i have no idea how to retrieve the data back from database and display it in Joomla page. Actually i really dont know how to use the chronoconnection. Please someone help me...This is my form.
Hi mantoc,
Ths is a ChronoForms form but you are posting in the ChronoConnectivity Forum and talking about 'ChronoConnection'. Do you mean ChronoForms - if so I'll move this thread.
The images are stored by default in the com_chronocontact/uploads/form_name folder and the file name is stored in the database. To show an image you need to create a normal html image link to the image file. Something like
Bob
Ths is a ChronoForms form but you are posting in the ChronoConnectivity Forum and talking about 'ChronoConnection'. Do you mean ChronoForms - if so I'll move this thread.
The images are stored by default in the com_chronocontact/uploads/form_name folder and the file name is stored in the database. To show an image you need to create a normal html image link to the image file. Something like
<img src='http://mysite.com/components/com_chronocontact/uploads/form_name/image_name.jpg' />
Bob
Im talking about querry from MySql database.After user input the form and press submit,the form will insert the data into database.Here i want to know how i can view back the picture and the data that user input using chronoconnection,i mean i want to view it in Joomla.Pls help me...Thx in advance..
Hi mantoc,
I'm still not clear - where and how do you want to make the image visible?
What show the image - - is it a user profile, a gallery of images, clicking on a list of links?
Bob
I'm still not clear - where and how do you want to make the image visible?
What show the image - - is it a user profile, a gallery of images, clicking on a list of links?
Bob
Hi Greyhead,
To make this clear here the list that i want to do
1. I want to view back all the data including the picture in a page.Actually i want to use chronoconnection but i dont know how to retrieve the data from database.
2. The data that i view is not like gallery but is like a table that contain picture that is uploaded and all the information that user have submitted, and only admin can view all the data.
Thx in advance
To make this clear here the list that i want to do
1. I want to view back all the data including the picture in a page.Actually i want to use chronoconnection but i dont know how to retrieve the data from database.
2. The data that i view is not like gallery but is like a table that contain picture that is uploaded and all the information that user have submitted, and only admin can view all the data.
Thx in advance
This topic is locked and no more replies can be posted.