Articles Archive for September 2009
Asp.net »
In previous Articles we have discused that how we can upload a dile using .asmx web service and isolated storage space. Here in continution to the topic I am going to discuss how we can use WCF for the same purpose.
Steps :
Create the a silverlight project with the “FileUploadWCF” name.
Make these important changes in the properties of FileUploadWCF.Web project
Right click on FileUploadWCF.Web.
Select Properties
Under Web tab Select Specific port and give the port number I am using port number 1366
Note: we are using specific port so that every time we …
Asp.net »
In My Article File Handling in Silverlight I have discussed that we can use file upload in tow ways one using the Isolated storage of the silerlight and the other is using the classic (.asmx) Web services or WCF. Here I am discussing about
the classic .asmx web services. To upload files in the silverlight applications.
Steps :
Create a silverlight project in Visual Studio 2008 or beyond. As silverlight 3.0 is released so you can use that or go with Silverlight 2.0 hardly matters.
Make these important changes in the properties of FileUploadASMX.Web …
