Skip to main content

Notes from the developer

To handle file uploads, I rely on various methods depending on the host: some provide APIs, others require converting cURL commands to JavaScript, and a few need request emulation based on their frontend behavior.

Maintaining support for over a hundred hosts has been a real challenge, especially as I’m working solo on this project while still pursuing my studies. While many hosts share similar logic (a lot of them run on XFileSharing Pro), each one brings its own quirks, making the work complex and often repetitive.

Special thanks to Tux 528 (@Tux528) for his valuable external feedback and all the ideas he brought to help improve and optimize the project.

If you enjoy the work and find it useful, feel free to ⭐ star the repository, it truly means a lot!

If you’d like to learn more, feel free to explore the repositories: