Redactor upload images – .NET C# Handler

Redactor is an amazing text editor, super simple, highly customized with a clean design, you can implement in your website, with limited hussle.   Here is a simple Handler you can add to you ASP.NET website to handle image uploads.

Continue reading

Slash, Google Cloud Storage & .NET4

Problem: uploading files to Google Cloud Storage using .NET 4 and Google APIs fails.
Reason: the file uploaded contains slashes, as for folders, and the .NET4 escapes them wrongly.
Solution: add to the web.config uri ‘schemeSettingstag’. Continue reading