Uploading a file with webwrite

10 ビュー (過去 30 日間)
Daniel LaCroix
Daniel LaCroix 2016 年 1 月 4 日
回答済み: Vinod 2016 年 10 月 14 日
I'm trying to write a program that will convert a Word document to an image. As best as I can figure, the only Microsoft Office files MATLAB supports are Excel files.
I found a free API ( cloudconvert ) that will convert between file types, but I'm having only partial success using it. Through plenty of trial and error, I've figured out how to convert and download a word document that I found online, but I can't figure out how to upload my own file.
The cloudconvert documentation says to include the file as a POST field. I can't figure out how to do this with webwrite; I can only include name-value pairs or a MATLAB structure, neither of which seems to help me.
I'd appreciate any help in figuring this out (or let me know if you think it's not possible).
  1 件のコメント
Rahul Goel
Rahul Goel 2016 年 1 月 6 日
Hi Daniel,
The community will be able to help you better if you could share your workflow in detail and also a description of what you tried to integrate upload functionality and errors encountered, if any.

サインインしてコメントする。

回答 (1 件)

Vinod
Vinod 2016 年 10 月 14 日
Here's an example that uploads any file from MATLAB to DropBox programmatically:
Hopefully you can modify this example for your needs

カテゴリ

Help Center および File ExchangeWeb Services についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by