| Reply | « Previous Thread | Next Thread » |
|
Hello, is there any ways to detect the bytes percents of the uploaded files, and showing the percents at the application?
|
|
Join Date: Oct 2007
Posts: 2,845
Location: Deva, Romania
Offline
Forum Nokia Champion
|
|
Hi and welcome to the Forum Nokia discussion boards.
Please see if this thread answers your question. |
|
Thanks for that info, but i think that only work for ftplib.. if we use httplib to upload files, how can we know the uploaded bytes?
|
|
Join Date: Feb 2008
Posts: 2,546
Location: Bhavnagar, Gujarat, India
gaba88
Offline
Forum Nokia Champion
|
|
|
Quote:
i think we dont have anything in the httplib that can tell us about the uploaded bytes. But i am not sure and will feel happy if proven wrong. Enjoy Pythoning Gaba88 Gargi Das- http://gargidas.blogsot.com Forum Nokia Python Wiki Learn Python at http://mobapps.org/PyS60 |
|
Oh ya? I suggest the next PyS60 version has added those function for httplib/urllib, so we can knew the bytes of downloading and uploading progress.
Last edited by Nem-Fdc : 2008-08-25 at 05:51.
Reason: Edit
|
|
Join Date: Feb 2008
Posts: 2,546
Location: Bhavnagar, Gujarat, India
gaba88
Offline
Forum Nokia Champion
|
|
|
Quote:
Enjoy Pythoning gaba88 Gargi Das- http://gargidas.blogsot.com Forum Nokia Python Wiki Learn Python at http://mobapps.org/PyS60 |
|
Quote:
http://discussion.forum.nokia.com/fo...67&postcount=2 Code:
def send_callback(action, bytes_done, bytes_total, current_filename): print "Sending %s %d/%d" % (bytes_done, bytes_total, current_filename) post_multipart(host, selector, fields, files, send_callback) |
|
Quote:
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Handling RTP padding bytes | abhilash_1984 | Open C/C++ | 5 | 2008-06-26 08:42 |
| SOS:accept bytes of a jpg file from the J2EE,but losing some bytes. | jerrysdfha | Symbian Networking & Messaging | 1 | 2007-01-31 02:39 |
| Reading given number of bytes with RSocket::Read() | luweiewul | Symbian Networking & Messaging | 1 | 2005-07-15 06:57 |
| Nokia 30 SMS sending problem !!!!! | pgredelj | General Messaging | 1 | 2004-01-12 13:48 |
| Loading Image data from 'raw' bytes | LongSteve | Mobile Java General | 2 | 2002-11-20 18:38 |