passing multiple filenames from explorer to .net app
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I'd like to write .net application which can upload photos selected in the explorer to my blog. I wrote some simple app which takes file name as parameter. Next I've built setup and added file action (association) with JPG and Send action to my application. Everything seems to be ok, but it isn't. It works, but only if I select ONE file (or just click on the photo) and choose Send. I'd like to have the ability to select multiple files. I have been sarching for clues for a half day and still have no idea how to do that. Any suggestions? Thanks h.