pekebyte / pekeUpload

jQuery html5 file uploader plugin
http://pekebyte.github.io/pekeUpload
Other
82 stars 73 forks source link

Submit form data along with peke image upload #15

Closed Breakboye closed 9 years ago

Breakboye commented 10 years ago

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