Archive for the Silverlight Category

That’s right, according to the latest word from Adobe, we will soon be able to both load files from the client machine into the Flash runtime as well as save files back to the desktop from the runtime.

This is a great example of how Silverlight is making Flash a better product. Microsoft came out with this feature, in my mind the only one-up it had on Flash, and now Adobe is forced to follow suit. Competition is good.

So offer up a big thank you to Microsoft for improving Flash and enjoy that fact that you will no longer have to upload files to the server just so you can download them again (sheds a tear for all of the bandwidth and time that will be saved)!

~Shaun

One of my least favorite things about web development is the need to upload images before being allowed access to them on the client side.  In the era of Rich Internet Applications, where client-side file manipulation is becoming more commonplace, the step of transferring an image to the server just to immediately bring it back to the client seems like a waste of time, bandwidth, and server resources, not to mention being horrible for the user experience.

Of course, it is also necessary unless you want to use a java applet (and who does?).  Or is it?  Apparently Microsoft has decided that this is one security vulnerability that they can deal with and have announced client side access to files.  That’s right, with Silverlight you can now access files before uploading them to the server!  Read about it on Scott Guthrie’s blog (check out the slides) and here.

The only limitations are that you must allow the user to browse to the file with a browse file dialog (as they do now), and you get access only to that file.  Pretty simple.

Of course, I don’t want to use Silverlight.  I want the features and reach of Flash.  So until Adobe decides it is worth it to provide this feature (I’m hoping to hear word on this from an Adobe blog by Lucas Adamski), I’ll just add one to the “Silverlight is the best” column (it’s still rather lopsided in favor of Adobe) and put up with a poor experience in the file upload department.

~Shaun