pekebyte/pekeUpload

Submit form data along with peke image upload

Closed this issue · 0 comments

Hi im still a bit new to developement but learning all the time.

right now i have a map based site (using openlayers) and user clicks on map which launches a form with fields and a browse button at the bottom to submit an image using peke. its working in that when i hit browse and upload an image it does that successfully and also the form data is submitted. the issue is the form data and the image data are submitted to the mysql database as seperate entries.

Wonder if anyone can piont me in the right direction about including peke in the right manner so that when i the image is submitted the data goes the same database entry as the rest of the form on my site. thanks