Pregunta

I want to create a multiple Drag and Drop file up-loader, in php. Again i have a code that can upload the file. But In the form I will be having text fields too. When i tried to work on that, the file is being uploaded properly, But my entries are not being saved in database. Since in the drag and Drop up-loader i don't have a button, i cant use Post Method to pass the variable.

¿Fue útil?

Solución

Have you tried ajax ?

With jQuery :

$.ajax({ url: "your url", data: your data serialized, success: });

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top