asked on
ASKER
ASKER
ASKER
ASKER
C# is an object-oriented programming language created in conjunction with Microsoft’s .NET framework. Compilation is usually done into the Microsoft Intermediate Language (MSIL), which is then JIT-compiled to native code (and cached) during execution in the Common Language Runtime (CLR).
TRUSTED BY
jQuery - browser based - only files visible (through file input control) are those on the local machine.
If you want to see files on the server you need a server service to send you that information.
Uploading can happen from browser to server.
If you want to send the file from the server somewhere else again you will need a web service to do that - which you can interact with using jQuery.
A use case might help to clarify the situation.