Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i have a selected file in client and want to send it to server(in a local network)
what do i do it by indy9
regards
Posted
Updated 27-Mar-11 14:31pm
v2

You need to go here[^] and ask the people who wrote the indy9 library.
 
Share this answer
 
Comments
arasharash0121 27-Mar-11 20:21pm    
thanks but i hope find my solution here
Manfred Rudolf Bihy 27-Mar-11 20:30pm    
Hope is sometimes a positive thing, but I agree with Dave here that you'll most probably be better off asking at the source.
There is no such thing as "just server". It can support different protocols and different APIs.
If this is FTP (first thing remembered when it comes to sending files), it also depends on where you want to put it. It can be HTTP server, then you need the URL where to post a file programmatically. Finally, if could be a custom server. Do you need to develop server part as well? Anyway, Indy covers all cases.

—SA
 
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