I have a form that uploads a file along with posts some other information. I would like this to happen without having to reload the page, but I am unsure how to do this in regards to the file upload. I read that it is only possible with some plugins, but I would like to hear your recommendations before messing around with it too much. Here is the relevant parts of my code:
So, I can post the server name, description and website, but how do I send the file over to the PHP script? Any recommendations? If you know an easy-to-use plugin, that would also be great, but I kindly ask you to provide an example of how I can use it since I am still kind of a rookie.