Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
So basically i want to make a website that upload a file (an executable one .exe)from a user,
when it finish upload i have to open this file on the same server (windows server) since my application run on windows. The file will be encrypted by my C# application and i want to be returned to the user by link so they can download it.
On my php page i want to let user to use some option on my app, so i have to make 3 or 4 checkbox

My questions are: How to communicate between them (protocol or somthing )? My application have to be in command line ? Have you to use API? Any useful link or some similar source to learn more are very welcome
Thank you a lot community
Posted
Comments
Mohibur Rashid 22-May-14 17:05pm    
This idea is not mature enough. You need to think more

1 solution

Almost all of hosting provider block exe running on the server.
If have your on server this will be OK
you could call cgi exe form php and php form exe by posting forms as simple method
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900