09-16-2006, 07:51 PM
I am attaching whole System.qml. Download and move to QM folder, replacing old System.qml (make backup!!). What is new in it:
IntGetFile:
flag 16 - download directly to file.
Use callback function to receive progress info.
New function Http.PostFormData:
Easier to use and more powerful than Http.Post and IntPost.
Post multiple simple fields and/or files in single call.
Don't worry about posted string format, encoding, headers, etc.
Use callback function to receive progress info.
IntGetFile:
flag 16 - download directly to file.
Use callback function to receive progress info.
New function Http.PostFormData:
Easier to use and more powerful than Http.Post and IntPost.
Post multiple simple fields and/or files in single call.
Don't worry about posted string format, encoding, headers, etc.
Use callback function to receive progress info.
