
Are not: Spring rest service file download
| Spring rest service file download | Ship in port is safe but that is not what it is built for download jpg |
| Spring rest service file download | Cannot download fortnite battle royale ps4 |
| Spring rest service file download | Downloading google drive folder one zip many files |
package www.cronistalascolonias.com.ar;
public class QuizController06 {
/* TODO:
1. add GET REST API with url "/restQuiz06"
2. 1 GET parameter with name "filePathName"
* filePathName example: "/data/www.cronistalascolonias.com.ar"
3. retrieve file by filePathName, begins with "./files" folder
* for example, if filePathName = "/data/www.cronistalascolonias.com.ar", final file path will be "./files/data/www.cronistalascolonias.com.ar"
4. return file bytes
5. Only files under ./files/ can be downloaded, if not, return HTTP CODE
6. If folder or file not found, return HTTP CODE
7. If filePathName is a folder, return HTTP CODE
*/
}
-
-
-