To add a silverlight fileupload to my project?

Last post 06-13-2009 5:43 AM by Jedi302. 17 replies.

Sort Posts:

  • To add a silverlight fileupload to my project?

    05-20-2009, 4:18 AM
    • Member
      143 point Member
    • Jedi302
    • Member since 03-28-2009, 7:25 AM
    • Posts 140

    Hello people. I have never used silverlight before but i need to add a multiple fileupload to my application. My application is done and i found this nice multiple fileupload. My question to you is how should i do to add this to my app? can i use just a dll or do i need to add the folder to with the silverlight app to my app? cause what i found is a free solution. here is the link to the one that im talking about.

     

    http://www.michielpost.nl/Silverlight/MultiFileUploader/

    Remember to click “Mark as Answer” on the post, if it helps you. Because It helps others to find the solution.
  • Re: To add a silverlight fileupload to my project?

    05-20-2009, 5:07 AM
    • All-Star
      26,933 point All-Star
    • qwe123kids
    • Member since 03-27-2008, 5:49 AM
    • Mumbai
    • Posts 4,561

     http://silverlight.net/learn/learnvideo.aspx?video=69793

    Check the above video...

    Thanks
    Avinash Tiwari

    Remember to click “Mark as Answer” on the post, if it helps you.

    MY Blog

    Hacking Inside .net exe
  • Re: To add a silverlight fileupload to my project?

    05-20-2009, 5:51 AM
    • Member
      143 point Member
    • Jedi302
    • Member since 03-28-2009, 7:25 AM
    • Posts 140

     thx for the links. the video is good but im still confused on some points.

    1. do i need to create a silverlight web application or can i use the silverlight on my current webproject?

    2. do i need to add the  Fileupload_Cs to my project?

    Remember to click “Mark as Answer” on the post, if it helps you. Because It helps others to find the solution.
  • Re: To add a silverlight fileupload to my project?

    05-20-2009, 5:59 AM
    • All-Star
      59,913 point All-Star
    • mudassarkhan
    • Member since 02-28-2008, 10:28 AM
    • Mumbai, India
    • Posts 10,551
    • TrustedFriends-MVPs

    Jedi302:

     thx for the links. the video is good but im still confused on some points.

    1. do i need to create a silverlight web application or can i use the silverlight on my current webproject?

    2. do i need to add the  Fileupload_Cs to my project?

    Did you refer the links I have suggested?

  • Re: To add a silverlight fileupload to my project?

    05-20-2009, 6:02 AM
    • All-Star
      26,933 point All-Star
    • qwe123kids
    • Member since 03-27-2008, 5:49 AM
    • Mumbai
    • Posts 4,561

     U can Download the Sorce code from Link  mention above...

    For Include of .xapi file u will only Require Object tag..

    Thanks
    Avinash Tiwari

    Remember to click “Mark as Answer” on the post, if it helps you.

    MY Blog

    Hacking Inside .net exe
  • Re: To add a silverlight fileupload to my project?

    05-20-2009, 6:02 AM
    • Member
      143 point Member
    • Jedi302
    • Member since 03-28-2009, 7:25 AM
    • Posts 140

    i was watching the video on qwe123kids link..

    the code used is the same as your c-sharpcorner link i think..

    Remember to click “Mark as Answer” on the post, if it helps you. Because It helps others to find the solution.
  • Re: To add a silverlight fileupload to my project?

    05-20-2009, 6:15 AM
    • Member
      143 point Member
    • Jedi302
    • Member since 03-28-2009, 7:25 AM
    • Posts 140

    qwe123kids:

     U can Download the Sorce code from Link  mention above...

    For Include of .xapi file u will only Require Object tag..

     

     

    oh now i se.. so what i need to do is to Have a folder ClientBin and put the Fileupload_Cs.xap there? and then just add the silverlight to my .aspx page? but when i want to add the object to my database i handle all that in the receiver.ashx file then right?

    Remember to click “Mark as Answer” on the post, if it helps you. Because It helps others to find the solution.
  • Re: To add a silverlight fileupload to my project?

    05-29-2009, 3:12 AM
    • Member
      143 point Member
    • Jedi302
    • Member since 03-28-2009, 7:25 AM
    • Posts 140

    i cant make any silverlight to work in my current project. i tried this upload that seem to be very suited for my need but still i cant get no upload to show.

    http://silverlightuploader.codeplex.com/

    do i need to add some kinda scriptmanager or something to make it work because im not runing a silverlight project? and in this example i cant figure how they use the  .xap file?? its like they dont ask for it..

    pls help a silverlight neebie out..

    Remember to click “Mark as Answer” on the post, if it helps you. Because It helps others to find the solution.
  • Re: To add a silverlight fileupload to my project?

    06-06-2009, 10:04 AM
    • Member
      143 point Member
    • Jedi302
    • Member since 03-28-2009, 7:25 AM
    • Posts 140
    i still havent got this to work. when i try to get the silverlight app to my usual webproject it wont show the silverlight upload.. anybody got any tip on how to interact silverlight to a non silverapp project (regual web project asp.net ofcause)
    Remember to click “Mark as Answer” on the post, if it helps you. Because It helps others to find the solution.
  • Re: To add a silverlight fileupload to my project?

    06-06-2009, 5:14 PM
    • Member
      272 point Member
    • billsm
    • Member since 03-31-2008, 8:25 PM
    • Posts 128

    Please remember this silverlight is basically a partial page. If you choose to use an  asp.net mvc you can choose asp.net web project web application. In Silverlight you can use controls

    Lets take buttons(user controls)  for example than can be applied accross the application

    which can be applied over multiple pages.....  

    here is a great example of a partial page(believe me it is amazing!!!           

    http://technologyopinion.com/Default.aspx

  • Re: To add a silverlight fileupload to my project?

    06-06-2009, 5:25 PM
    • Member
      272 point Member
    • billsm
    • Member since 03-31-2008, 8:25 PM
    • Posts 128

    http://www.asp.net/learn/ajax-videos/video-172.aspx

    you are right about ajax javascript or (jquery-available in asp.net mvc only)  you do use script manager to work on the html dom.  along with javascript etc

    Remember silverlight essentially  is a html table

    It works on the client side,,,,  

    http://msdn.microsoft.com/en-us/library/cc645076(VS.95).aspx  working with html dom

    Silverlight currently in the web edition works with wcf rest  sql as a web service

    you can use wpf for the intranet version     http://windowsclient.net/

    I hoped I explained this better and I wanted to show you exactly how it works....  

  • Re: To add a silverlight fileupload to my project?

    06-06-2009, 5:42 PM
    • Member
      272 point Member
    • billsm
    • Member since 03-31-2008, 8:25 PM
    • Posts 128
  • Re: To add a silverlight fileupload to my project?

    06-12-2009, 4:35 AM
    • Member
      143 point Member
    • Jedi302
    • Member since 03-28-2009, 7:25 AM
    • Posts 140

    billsm:
     

     

    Thx this video helped me with some thoughts i had about the silverlight to asp.net project.

    im gone try this now and maby ill answer my own question as i go with the project but i need to ask this. what i want to do is to add a multiple fileupload to a usercontrol where i got a form for fileupload and dropdowns and textboxes. but the question is on the button click on that form, can i loop through the silverlight upload and get the picture name? 

     

    thx agin billsm i apricate you taking your time.. that goes for all you that comented this. 

    Remember to click “Mark as Answer” on the post, if it helps you. Because It helps others to find the solution.
  • Re: To add a silverlight fileupload to my project?

    06-12-2009, 4:49 PM
    • Member
      272 point Member
    • billsm
    • Member since 03-31-2008, 8:25 PM
    • Posts 128

    Jedi: I must admit That I am big fan of asp.net mvc and oop programming. Asp.net mvc

    allows the programmer to follow in a logical manner(along with the use of jquery)

    in my opinion  it is just so much easier and logical so here is my suggestion

          http://www.aspsite.com/blog/archive/2008/09/04/asp-net-mvc-application-building-family-video-website-3-play-videos-with-silverlight.aspx 

    It is up to you what you decide however this is the way I would go...

    becuse it is easier and if you had any questions you would have the asp.net mvc, ajax  

    forum along with the regular silverlight forum....  http://silverlight.net/learn/learnvideo.aspx?video=61027  a tab control using images in silverlight

Page 1 of 2 (18 items) 1 2 Next >