views:

184

answers:

3

Hi Guys,

Here is an easy one:

I need a stable simple file uploader with a progress bar, I have found lots of fancy ones from the search. However, I need the community opinion on which ones to go with? Tutorial links would be appreciated.

BOUNTY: I have a FileStream which I would like to upload to a server, below is a sample server server URL:

string uploadUri;
string SavedFileName = "testXRay.jpg"
uploadUri = @"http://localhost/MyApplication/Upload/Images/" + SavedFileName;

I am adding a bounty in hope to get a working solution which I could use from my SL application. MyApplication is hosted in IIS.

If any other information is needed please ask in comments.

Thanks!

+5  A: 

checkout the Fileupload controls on codeplex

  1. SL file Upload
  2. Sl uploader
Vinay B R
+1  A: 

Please check these links as well. Might be of some help to you -

http://www.eggheadcafe.com/tutorials/aspnet/099b9829-514c-47f3-bce1-4149e4482d51/file-upload-control-using.aspx

http://aspilham.blogspot.com/2010/04/file-upload-in-chunks-using-silverlight.html

Sachin Shanbhag
thanks, I have already visited these links prior to my question and the one I ended up using is linked in my own answer.
VoodooChild
A: 

Thanks for the responses guys and congrats to Vinay for getting the Bounty.

My answer actually came from this link on codeproject, if anyone is looking for a similar solution to this question then I would highly recommend it. I didn't have to use any external dlls and was able to easily modify the solution in the link.

I will try and upload my version sometimes in the future or when I get a chance.

Thanks,

Voodoo

VoodooChild
@Voodoo - dont think you awarded the bounty to my answer before it expired.
Vinay B R
@Vinay: Are you sure? I think it goes to the person with the most votes even if noone awards it, you had 2 pts before and after the bounty you got two more for a total of 4, so it should have been awarded to you.
VoodooChild
@Voodoo - If you do not award your bounty within 7 days, the highest voted answer created after the bounty started with at least 2 upvotes will be awarded half the bounty amount.
Vinay B R
I will have to remember that next time. Anyways, gave you a +1 - hope it makes it up :)
VoodooChild