Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have requirement from client to make simple web page which shows uploaded apk file and ready to download it. upload is once but download multiple times. I need to do it using php file and xampp serve.
As I am new to php programming I cannot understand from where to start.
Any suggestion would be appreciated.

What I have tried:

Any suggestion would be appreciated.  
Posted
Updated 17-Aug-17 0:50am

1 solution

You should go here: PHP 5 File Upload[^]

Let me remind you: web/browser security is designed so that you cannot simply upload the file by name. A file selection dialog will open and the user will have to deliberately select the file for upload.

Note that the above page has some examples. You'll need to be able to adapt them for your use.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900