Re: Simple file uploading app

2018-01-16 Thread Matemática A3K
https://codereview.stackexchange.com/questions/124699/multi-threading-upload-tool On Wed, Jan 10, 2018 at 11:46 AM, guettli wrote: > > > Am Dienstag, 9. Januar 2018 01:08:48 UTC+1 schrieb Mike Morris: >> >> Though it is not a Drupal app, there is an excellent drop box type

Re: Simple file uploading app

2018-01-10 Thread guettli
Am Dienstag, 9. Januar 2018 01:08:48 UTC+1 schrieb Mike Morris: > > Though it is not a Drupal app, there is an excellent drop box type app in > PHP called "Download Ticket Service"... simple, no frills, entirely > cross-platform and open: > > http://www.thregr.org/~wavexx/software/dl/ > I have

Re: Simple file uploading app

2018-01-08 Thread Mike Morris
Though it is not a Drupal app, there is an excellent drop box type app in PHP called "Download Ticket Service"... simple, no frills, entirely cross-platform and open: http://www.thregr.org/~wavexx/software/dl/ I have no idea if it could be readily incorporated into your app, but just FYI

Re: Simple file uploading app

2018-01-08 Thread Matemática A3K
On Mon, Jan 8, 2018 at 9:16 AM, guettli 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.

Re: Simple file uploading app

2018-01-08 Thread guettli
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 Am Mittwoch, 25. Oktober

Re: Simple file uploading app

2017-10-27 Thread guettli
I am unsure. I want to upload excel and pdf mostly, and there are no docs. Am Mittwoch, 25. Oktober 2017 17:16:35 UTC+2 schrieb Jani Tiainen: > > Hi. > > I did simple pic uploader while ago. > > Source code is available at https://github.com/jtiai/picpaster > > 25.10.2017 5.58 ip. "guettli"

Re: Simple file uploading app

2017-10-25 Thread Jani Tiainen
Hi. I did simple pic uploader while ago. Source code is available at https://github.com/jtiai/picpaster 25.10.2017 5.58 ip. "guettli" kirjoitti: > I need a simple file uploading app. > > Every user should be able to upload files to his own area. > > This is the basic