Download File From Php Web App 25.03.08
I have a php-based web file storage application. The application allows uploading, moving, copying, renaming of files and directories. The original author forgot to include the download function. I need this function added to the application. The functions are based in SOAP/REST and I have all the source code and API for the storage system. I need a download function added to this application. I think all that needs done is to take the code and pages for the upload function and insert the function for the downloading files. This project will include very minor editing of the main page to add the download button, creating a new page that allows selection of the files to download (using the upload page as a template), and creating a response page showing success/failure of the file download.