Skip to content

Commit 7fd856f

Browse files
committed
update readme.md
1 parent 7e760b0 commit 7fd856f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Path Manipulation/while File Read/java/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ This maven project is to help to mitigate the path manipulation issues. You can
1010

1111
[resources/templates](./fileread.pathmanipulation/src/main/resources/templates/) Directory contains the index.html.
1212

13+
Please note that this project will try to fetch the files from your ***TEMP/Uploads*** directory. You can either manually create your files in the directory, or you can navigate to [Path Manipulation while File Upload Java Project](../../while%20File%20Upload/java/) and follow the installation steps and Upload the test files.
14+
15+
*TEMP : temporary Folder in your OS*
16+
17+
*%TEMP% Directory in Windows*
18+
19+
*/tmp Directory in Linux/MacOS*
20+
1321
## Installation
1422
1. Clone the repository:
1523
```sh

Path Manipulation/while File Read/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This python project is to help to mitigate the path manipulation issues. You can
1111

1212
You can try to play around this by following the Installation steps, check the Usage to run the Flask app.
1313

14-
Please note that this project will try to fetch the files from your ___TEMP/Uploads___ directory. You can either manually create your files in the directory, or you can navigate to [Path Manipulation while File Upload Python Project](../../Path%20Manipulation%20while%20File%20Upload/python/) and follow the installation steps and Upload the test files.
14+
Please note that this project will try to fetch the files from your ___TEMP/Uploads___ directory. You can either manually create your files in the directory, or you can navigate to [Path Manipulation while File Upload Python Project](../../while%20File%20Upload/python/) and follow the installation steps and Upload the test files.
1515

1616
*TEMP : temporary Folder in your OS*
1717

0 commit comments

Comments
 (0)