-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple files upload #46
Comments
Related: #4 |
I don't think this is the same as #4 - I think he just wants to upload multiple files at once, not necessarily put those files into an album. Still, adding multiple file upload and then putting a checkbox somewhere stating "create an album" would solve both of them. |
Not the same, if it were the same I would have closed it, this is just a On Sun, Jan 31, 2016 at 10:54 AM, Keith M notifications@github.com wrote:
|
Fair enough, I've modified your comment. Feel free to change it back if you prefer |
@k3d3, you mean sth like imgur.com? doesn't it need user profiles?! |
No, albums will not require accounts. Basically the server will be There will also be albums via + in the URL.
|
@perpi Nope, you wouldn't need user profiles. For an album, basically you would just upload multiple files normally, and then create a new "upload" that just contains an table of contents for the just-uploaded files. |
Is up1 a no database solution? Could you potentially just use folders to create a collection of items? |
There is no database except the filesystem
|
@heinbez yep, there's no database involved - just the file storage on the filesystem. That way it can easily be scaled out via FS-scaling solutions like glusterfs. We'd prefer having a single flat directory, as it makes it easier to just use a plain static web server like nginx to serve the files. Having a directory would require weird things like directory listings in collections directories and not anywhere else. We want the server to be as dumb as possible. For multiple file uploads, we plan on giving the option to either 1) giving multiple individual links, or 2) creating an album file that refers to the aforementioned multiple individual links. This also has a nice side-effect of being able to refer to existing images and files in new albums. |
Cool! Looking forward to the update :) On Tue, Feb 2, 2016 at 8:43 AM, Keith M notifications@github.com wrote:
|
@andre-d @k3d3 I came here hoping to find something like this! Are there plans to add this feature? And either way, is there a design laid out somewhere. I really want this feature and may be able to add it. |
I modified up1 (too much for a fork, mainly for personal use) including multi-file upload (browser ZIP, not focussed on pictures), probably this is useful for someone: https://github.com/wolfgangasdf/up1234me |
Hi,
Thanks for building this project. A feature that I would really appreciate is being able up upload multiple files at once.
Thanks,
H.
The text was updated successfully, but these errors were encountered: