I am writing a tool that will migrate content from an existing non-Kentico website into Kentico via the REST API. How can I upload the actual content of the file (the binary content) and associate it with the Media_File (Media.File) I create? Thanks..
Uploading a physical file to the file system wasn't supported in v7 via REST, I'm not sure if it is in v8 or not. You can upload to the database in v7-v8 but it will only store that binary data in the database.
Hello Ozgur,
Brenden is right, it's possible to upload file when you're storing it in the database but storing files to the file system is still not supported even in Kentico 8.1. I'm sorry.
Best regards, Martin
Please, sign in to be able to submit a new answer.