- Need to accept Image (multipart form) as ASP.NET Web API POST and post it as BLOB Stream Byte[] to Azure
Saturday, May 25, 2013, 9:21:00 PM
I've looked and looked and can't figure out how to accept an image (multipart form data) via the ASP.NET Web API and then upload that image most likely as a stream / byte array to a BLOB storage se...
- how to deploy java web app in windows azure
Saturday, May 25, 2013, 8:49:00 PM
I need to deploy my web application in Azure with JBoss 7 in PaaS mode. I am able to run the app successfully in IaaS mode with windows virtual machine. But I need to run it in PaaS mode. Also, pl...
- Error with multipart/form-data in express.js running on Azure
Saturday, May 25, 2013, 8:24:00 PM
So I've got an express site running on Windows Azure. I'm currently having problems submitting forms that are marked as enctype="multipart/form-data". The error I'm getting in the logs is: TypeErr...
- Are there no Rest Api for deploying Azure Websites?
Saturday, May 25, 2013, 7:09:00 PM
I have been over the documentation, http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx and dont see any reference for Azure Websites? How do visual studio or Webmatrix deploy the s...
- There is already an object named 'UserProfile' in the database after deploy
Saturday, May 25, 2013, 5:56:00 PM
After deploying I'm receiving this error. This probably means that I'm trying to add UserProfile table but it already exists in database. Hovewer, if I completely delete all tables from remote data...
