Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
7598 มุมมอง

Hello everybody,

Do you guys know how to upload image from PHP to OpenERP?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

On the database level, the image is just a huge string of base64 encoded information. Use the PHP equivalent of the python base64 to encode your image and then send it as you would any other variable.

This is what that looks like in python:

http://www.programcreek.com/2013/09/convert-image-to-string-in-python/

อวตาร
ละทิ้ง