pqina / filepond

🌊 A flexible and fun JavaScript file upload library
https://pqina.nl/filepond
MIT License
15.16k stars 825 forks source link

filepond - submit.php not receiving files when called with form.submit(); #311

Closed alexxmed closed 5 years ago

alexxmed commented 5 years ago

Hello fellow developer!

🧠 If you have a question, please ask it on StackOverflow -> https://stackoverflow.com/questions/ask?tags=filepond

🐜 If you think you have found a bug, please use the template below to report it.

The more details you provide, the more inclined others are to help you out and the faster the issue is resolved.

If you're using one of the FilePond adapters for React, Vue, Angular or jQuery and think the issue might be related to the framework, submit the issue in the specific adapter repository.

Please format code snippets using triple backticks and set the appropriate language. https://help.github.com/articles/creating-and-highlighting-code-blocks/

const foo = 'bar';

Summary

...

How to reproduce

...

Expected behaviour

...

Additional information

...

Environment Version
OS MacOS / Windows / iOS / Linux / ...
Device iPhone SE / Galaxy Note 9 / ...
Browser Safari 11.1.1 / Edge 15 / ...
rikschennink commented 5 years ago

Insufficient details supplied.

rikschennink commented 5 years ago

I advise to inspect the network tab of your developer tools to see if you can find the post data in the response of the page when it loads. That way you know if FilePond is sending the data, and what name the fields have. You can then line up the backend.

alexxmed commented 5 years ago

Thanks Rik. I’ll try that.

Sent from my iPhone

On May 7, 2019, at 4:17 AM, Rik notifications@github.com wrote:

I advise to inspect the network tab of your developer tools to see if you can find the post data in the response of the page when it loads. That way you know if FilePond is sending the data, and what name the fields have. You can then line up the backend.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.