Automatically upload images
-
Hi Guys, Scenario: i've finished an ASP.NET app. The users log on via a secure network anywhere in the world. When they've registered, they download a win app on their systems used to encrypt files. They select the files they want to encrypt, but don't knw the output path (for security reasons). When they log on, they should just click a button and all those encrypted files (from the output location) should be uploaded to the server. Problem: However, I do not knw how to automatically start the upload as I don't want them to manually pick the files (they don't even knw where the files are, but i do). Pls help. Deadline close.
He who goes for revenge must first dig two graves.
-
Hi Guys, Scenario: i've finished an ASP.NET app. The users log on via a secure network anywhere in the world. When they've registered, they download a win app on their systems used to encrypt files. They select the files they want to encrypt, but don't knw the output path (for security reasons). When they log on, they should just click a button and all those encrypted files (from the output location) should be uploaded to the server. Problem: However, I do not knw how to automatically start the upload as I don't want them to manually pick the files (they don't even knw where the files are, but i do). Pls help. Deadline close.
He who goes for revenge must first dig two graves.
If you are having them run a Windows app then you have complete control over this. After the files have been encrypted push them to the location of your choice. What part are you stuck with?
I know the language. I've read a book. - _Madmatt
-
If you are having them run a Windows app then you have complete control over this. After the files have been encrypted push them to the location of your choice. What part are you stuck with?
I know the language. I've read a book. - _Madmatt
-
Mark, they've got to be logged online and on the web page to let this happen. Pls how do I let this happen on a click of a button?
He who goes for revenge must first dig two graves.
A WebService is probably the easiet to start with. Have the Windows app send the files to the WebService. If you wanted to do it from the webpage you'd have to create a form, add the files, and submit it.
I know the language. I've read a book. - _Madmatt