NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - astahl

Pages: 1 ... 5 6 [7]
91
Web Server - Ask For Help / LSZip and NT WebApp
« on: May 06, 2013, 08:09:57 AM »
Hi All,

Is anyone here using LSZip in there NT Web Server app without a window to zip files inside of there file download procedure?
Any generic code you could share would be most welcome?

Ashley

92
Web Server - Ask For Help / File Download
« on: April 22, 2013, 03:27:34 AM »
Hi All,

I looked at the webserver download file example and although it works my needs are different. I was wondering;

1.) Would you use a Get or Post to download a file from a NetWebPage?
     a. I am thinking either would work.
     b. Should a NetWebForm(mem) be used to call the NetWebPage
     c. File(s) can be very large 500meg - 1+gig(PDF's/CSV)...this has me concerned about timeouts.

2.) I need to have a userid and pwd sent to the server's netwebpage to
    a. Validate the userid and pwd
    b. Check a production file to see if there is anything to download
    c. I do not want to show any dialogs for downloads success or failure,
          and if nothing to download then close quietly.
    d. Client's will be using some type of script engine to do this.

3.) Clients will be checking this quite often, some maybe every 10 secs.
         a. Do you see this as a potential problem?
         b. Right now I have about 10 clients polling our ftp site continuously this may
             go to 100+ clients in the near future

4.) Or should I use a secure FTP server?

Regards,


Ashley

93
Web Server - Ask For Help / File upload problem
« on: April 01, 2013, 09:05:32 AM »
Hi All,

I am having difficulties getting my web server to accept a file that I need to have a user logged in and send the file name programatically.
The webform is a memory based form and I am validating against a file for the user information and upload folder. Where would I
put the code to verify the user and upload the file. Does not seem to work in the Validate End embed.

Ashley

94
Web Server - Ask For Help / Using RUN command
« on: March 22, 2013, 06:20:20 AM »
Hi,

Is one able to use the RUN command from a NetTalk web server? If so how?

Ashley

95
Web Server - Ask For Help / WebServer/WebService to replace FTP Server
« on: March 20, 2013, 04:59:56 AM »
I need to replace our ftp server with a https secure server.

Our clients IT people do not want any outside software installed
on their network machines, and they want an automated way to
upload mostly text and some binary files to us. They do not want
to open a webpage and attach a file. They want to write a script
to send it automatically. Clients upload and download data has to
be in separate UID and PWD protected folders.

I'm a bit confused with the terminology web server vs. web service.
So looking for some pointers on what I should use and how a client
could access programatically.

Thanks

Ashley
 

96
Web Server - Ask For Help / Dynamic folder names for file upload
« on: August 09, 2010, 06:24:38 AM »
In my forms I have a unique record number(Job Number) which I want to use as the folder name ie "uploads\123456\".
How do I get that number from a webform to the webhandler when I press the save button, so I can use it?

Ashley Stahl

Pages: 1 ... 5 6 [7]