MySQL Forums
Forum List  »  PHP

Insert Blob from large file
Posted by: Rossati Giovanni
Date: April 25, 2006 03:19PM

Hello

I am writing a Python automa for upload documents. When the documents are larger than about 1,5 M the upload fail.
I think to work around by uploading chunks, and this can works but usin CONCAT function I must set the internal variable @@session.max_allowed_packet to a sufficent value.

There is an alternative to CONCAT, somethings like a function APPEND_CHUNK wich simple append data?

Thanks

Giovanni Rossati

Options: ReplyQuote


Subject
Written By
Posted
Insert Blob from large file
April 25, 2006 03:19PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.