tmpim / shitty.dl

Heavyweight featurecreep file hosting server in node.js
8 stars 4 forks source link

Modify extension search into normal search + base64 file uploading. #13

Closed Wojbie closed 6 years ago

Wojbie commented 6 years ago

The search is kinda ugly cause fs-find don't let me set flags. There are some quirks that may happen in edge cases that i plan to work out in future PR but it's perfectly functional.

No changes to the upload page. To upload using base64 simply put the base64 string in "file" parameter next to the password in post. It will try to find the file type but in case of txt files i suggest setting the "ext" parameter in query manually during upload just to be sure.

Lemmmy commented 6 years ago

You are wonderful