download file from intranet linux server to windows clients
1 answers - 817 bytes -
PGP SIGNED MESSAGE Hash: SHA1 Hi, I'm building an intranet web server in Linux for around 40 windows clients with Django. The problem is that I want to build an excel file based on criteria entered by the client, that the client must be able do download to his personal work space. I use pyExcelerator to create the Excel files. How can I do it? Do I need another excel generator? Client's information about its working directory should be read, but how? I could only find the way to read the server environment variables, where data is processed. Luis P. Mendes PGP SIGNATURE Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org 3EzU+SGn3Uk/1j1gwl4uBik= =3330 PGP SIGNATURE
No.1 | | 1129 bytes | |
In article <4492e5c1$0$15782$14726298 (AT) news (DOT) sunsite.dk>, Luis P. Mendes <luis_lupe2XXX (AT) netvisaoXXX (DOT) ptwrote: . . . >I'm building an intranet web server in Linux for around 40 windows >clients with Django. > >The problem is that I want to build an excel file based on criteria >entered by the client, that the client must be able do download to his >personal work space. I use pyExcelerator to create the Excel files. > >How can I do it? Do I need another excel generator? > >Client's information about its working directory should be read, but >how? I could only find the way to read the server environment >variables, where data is processed. . . . We do a lot of this construction on the server-side of Excel documents, delivered as Web pages. My impression is that you're working too hard: don't bother worrying about where "the client's workspace" is; just let the browser manage all that. Browsers are adequate or better at downloading.
Re: download file from intranet linux server to windows clients