This is a personal fork of the File Browser project.
Its only purpose is to fix the issue where files appear in the directory listing while they are still being uploaded. This fork implements atomic uploads by writing to a temporary file first and renaming it only upon completion for better multi-user experience.
Only changes are within the writeFile function of /http/resource.go