|
|
|
#1 |
|
Registered User
Join Date: Jan 2003
Posts: 5
|
http upload progress issue
i use command this
PHP Code:
|
|
|
|
|
|
#2 |
|
Tim
Join Date: May 2001
Location: Ottawa
Posts: 11,873
|
You have to call setNotify BEFORE you call HTTP.read so the notification handler is set up before you start sending bytes. HTTP.read only checks the notification flag when it starts.
NOTE: ssCore is a dynamic object, messing with it like "ssCore[_alias]" is generally not a good idea. It might work, it might have wildly unpredictable results. |
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jan 2003
Posts: 5
|
change code to
PHP Code:
|
|
|
|
|
|
#4 |
|
Tim
Join Date: May 2001
Location: Ottawa
Posts: 11,873
|
It looks like the bytes transferred is not reporting the bytes in the request buffer, just the form data OR the data that is returned as a result of the POST request.
|
|
|
|