Advanced Forum Search Results
-
There is bug in the SL2 Toolkit March 2009 - TimePicker.
refer the link, there is a temporary method to solve the problem.
http://silverlight.net/forums/t/83044.aspx
-
You can use the similar method in "http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/aad606b1-3f64-4314-a552-370afd361926/"
to receive the image data in a memorystream. Then, your wcf server function returns the a byte array by "memorystream.ToArray()".
In silverlight side,
MemoryStream ...
-
You can use WebClient or HttpWebRequest to implement the standard HTTP POST method to upload any data to webserver. Then, you can use any standard method of your web server platform, include PHP, to receive the POST request.
There is an example in the link to implement the above method in C# and ...
-
[quote user="IanBlackburn"]
Have you tried using a Wcf service instead and passing a byte array through to the server?
[/quote]
Hi IanBlackburn:
Thanks for your comment.
However, I do not think it is the problem to pass a byte array. In fact, I use the traditional webpage file upload because I do not want to copy the ...
-
Hello:
I have a problem to use silverlight to upload file to HTTP ASP.NET website.
The ASP.NET website is very simple. The form has one "asp:FileUpload" object. The form has been marked to 'method="post" enctype="multipart/form-data"'.
The web.config has marked '<httpRuntime ...
-
Hi All:
I tried to test the same content in another 64bit Vista machine. There is no problem .
Maybe the problem just happen in my special machine.
Thank you very much.
-
Hi Yi-Lun Luo:
The testing Audio/Video can be played in MediaPlayer with sound not problem in the same machine.
The same silverlight page (which just contains the MediaElement to play the media) can be played in IE
with sound not problem in the same machine.
Moreover, I just tested the same silverlight page in another machine with 32bit ...
-
I have problem to play audio (and also the audio in video file) using Silverlight1.0 in Firefox2.
I tested to use the MediaElement to host a supported audio file (or video file).
The Silverlight1.0 content can play fine in IE but no sound in Firefox2 (no matter audio file or video file, the video can be played fine).
Anyone have ...