|
|
Rank: Newbie
Groups: Registered
Joined: 10/3/2011 Posts: 8
|
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 Can you tell me if SlickUpload will work in an Azure hosted web site? If so, are there any recommendations or issues that I need to be aware of?
Thanks!
|
|
|
Rank: Administration

Groups: Administrators
Joined: 7/7/2005 Posts: 1,586 Location: Scottsdale, AZ
|
As far as I know, it should work as long as the SlickUpload clustering support is set up correctly. I've gotten reports from serveral customers that use SlickUpload on Azure.
I don't know if you're planning to store your files in Azure block storage, but we're in development on a native SlickUpload provider that will stream directly to Azure storage.
|
|
|
Rank: Newbie
Groups: Registered
Joined: 10/3/2011 Posts: 8
|
Thanks for the info. We've moved our SlickUpload implementation up to our Azure Labs environment and have found an issue where the server getting the upload complete postback is not the server that received the file. Can you tell me more about the SlickUpload clustering support and how it should be configured?
|
|
|
Rank: Administration

Groups: Administrators
Joined: 7/7/2005 Posts: 1,586 Location: Scottsdale, AZ
|
SlickUpload supports several upload session storage providers to centralize upload session storage so that requests can execute on a cluster. The two built in providers are for SQL Server and SessionState. You can also create a custom provider if you're using a different data store. If you tell me which store you want to use, I'll provide implementation steps for that store.
|
|
|
|
Guest |