On Mon, Jan 8, 2018 at 9:16 AM, guettli <[email protected]> wrote: > Just for the records: Since I found no matching solution I wrote a generic > http upload tool: https://pypi.python.org/pypi/tbzuploader/ > > For ftp there are thousands of clients, for automated upload via http I > found none. That's why I wrote above tool. > > Regards, > Thomas >
Good initiative! I think you didn't find anything because you might have search it for Django and not for Python (but just a guess). Here's one that can give you more ideas, like the progress bar: https://github.com/tokland/youtube-upload It's not generic enough for general use - at least to me - as for the glance I took, it looks for pairs of files for your tbz site / software (I don't know German), and I don't need an uploader, but I will have it in mind :) > Am Mittwoch, 25. Oktober 2017 16:57:31 UTC+2 schrieb guettli: >> >> I need a simple file uploading app. >> >> Every user should be able to upload files to his own area. >> >> This is the basic feature. You could think of additional goodies, but the >> first step is >> above feature. >> >> I tried to find an application which implements this, but failed. >> >> I tried this and other searches: >> >> https://djangopackages.org/search/?q=upload >> >> >> Before I start coding, I wanted to ask here, because I prefer re-using to >> re-inventing :-) >> >> Do you know an app which gives me this feature? >> >> Regards, >> Thomas Güttler >> >> >> -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/016f37e6-3d91-40bc-bef5-8da625125117%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/016f37e6-3d91-40bc-bef5-8da625125117%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BFDnh%2BiW-gRyU%3DR9GqxcGvc39gumKZ9tpdBi15WwgUuTnb7Xg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

