atrijitdasgupta / wordpress-java

Automatically exported from code.google.com/p/wordpress-java
Other
0 stars 0 forks source link

Image Upload Issues #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1) When uploading a file using the MediaObject, it inserts a "wpid-" at the 
beginning of the file name. Is that by design? How to change it? How to set a 
custom name for an uploaded file? Or at least it should use the file name by 
default.

3) How to get back the "attachment ID" after an upload?

Original issue reported on code.google.com by solver.c...@gmail.com on 13 Sep 2013 at 7:51

GoogleCodeExporter commented 9 years ago
Edit: "wpid-" prefix is appended by wordpress xmlrpc server. Forget it.

Original comment by solver.c...@gmail.com on 13 Sep 2013 at 8:43