This is a simple FullStack project that converts .js, .txt, .json, .csv, and .pdf file extensions.
- Upload a listed extension file
- Select the extension source and target on the list
- Click on
Done - If successful, a hyperlink will appear just below the
Donebutton: click on that link to download your file - You can also make a right click on the hyperlink and select
Save as...in order to download your file - Finished! Now check the converted file in your local storage
1 - Frontend
- HTML
- CSS
- Javascript
2 - Backend (serverful)
- NodeJS
- 3rd Party/Core modules
-
The type of the file source and the extension source selected in the list have to be the same (a MIME type check is launched during each conversion)
-
A copy of the uploaded file will appear in
Conversion\UPLOADpath of this project during the upload and download process. However:- Once the new file is downloaded, its copy, and additionally the copy of the uploaded file, are automatically deleted
- In case of error during the process, the copy of the uploaded file is also destroyed
-
The new converted file will be created in
Conversionfolder in this project, inside the folder that has the name of the target extension file -
The new created file will have a name that starts with
New_Convert-