Click here to Skip to main content
15,888,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
The requirement is to print all .png files of a folder. The folder is on server.

Need javascript of jquery code.

Thanks in advance.
Posted
Comments
Sergey Alexandrovich Kryukov 9-Mar-12 2:57am    
And a printer -- is it also on the server side? :-)
--SA
tanishtaman 9-Mar-12 3:35am    
client's printer

1 solution

Normally, JavaScript is used as a client-side language; and it cannot access anything on the server side. Server-side JavaScript does exist, but I doubt you have it (or do you?). You are using ASP.NET, so you can use something like C# or VB.NET on server side.

—SA
 
Share this answer
 
Comments
tanishtaman 9-Mar-12 3:38am    
we can print a file giving its path(server path) by javascript. So i wana do something like for printing all files of folder. By server side code we will apply looping n then print the file one by one. I knew this method. Is there any other way to print files of folder? It should be fast.

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