Skip to content
Advertisement

Download an file that have been submitted with post method

how to download a file that have been submitted in a php post method? Here is my shot with an image, i have tried a lot of stuff on the server side but it ain’t working.

The client is this:

JavaScript

I want the server to download the file uploaded by a button.

Advertisement

Answer

You can list it with html Tag <a> with the location of the file in href atribute. Need to create the folder uploads. If you have any other error, leave a comment. Look the sample:

index.php

JavaScript

server.php

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement