WooCommerce.NET icon indicating copy to clipboard operation
WooCommerce.NET copied to clipboard

Upload media from url

Open kevinamorim opened this issue 4 years ago • 0 comments

Allow to upload media from an URL instead of a local path. It's backward compatible, no changes are needed from who is already using the library.

Usage: Just pass an optional parameter to wp.Media.Add(string filename, string path, bool fromUrl = false);

All tested and working.

kevinamorim avatar Sep 24 '20 09:09 kevinamorim