Author Topic: Insert images by API  (Read 3476 times)

Michael Proske

  • EA User
  • **
  • Posts: 72
  • Karma: +0/-0
    • View Profile
Insert images by API
« on: March 09, 2012, 10:07:20 pm »
Is there a way to upload images to the repository or project via automation interface ?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Insert images by API
« Reply #1 on: March 10, 2012, 01:07:26 am »
I've done that through the EA-usual backdoor: figure out the DB connection, open the DB and perform an INSERT INTO t_images with appropriate values.

q.

Michael Proske

  • EA User
  • **
  • Posts: 72
  • Karma: +0/-0
    • View Profile
Re: Insert images by API
« Reply #2 on: March 12, 2012, 02:55:03 am »
Can you post the insert statement and how to code the images in the database

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile

Michael Proske

  • EA User
  • **
  • Posts: 72
  • Karma: +0/-0
    • View Profile
Re: Insert images by API
« Reply #4 on: March 12, 2012, 10:53:20 pm »
Thanks. I did not search for the other topic