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 - elcidsps

Pages: [1]
1
Web Server - Ask For Help / Event:Timer on WebServer Object window
« on: April 25, 2012, 06:48:21 AM »
Greetings:

On the WebServer Object window, I have the timer set to 60000.  I placed some code in the EVENT:Timer method on the window but the code never gets fired.  What is the dynamic on this and how do I work around it?  Thanks!

Shawn

2
Web Server - Ask For Help / Form Method POST vs GET
« on: March 15, 2012, 10:49:43 AM »
Using NTWS.  If I submit a form with a method of "GET" I am able to read all the passed value pairs using the getValue() method.  Submitting the for via a POST method does not allow me to see the value pairs.  Is there a different method for getting the value parameters from a POST submit vs. a GET submit?  Thanks!!!

3
Web Server - Ask For Help / SSL Certificates
« on: January 30, 2011, 01:51:53 PM »
Greetings all:

Created a web app using an SSL cert created with openSSL.  Everything works great on the development machine but when I move the application (along with all the web folders, etc) to a production machine, it wont work.  It must be something with the certificates because turning off SSL and the app works as expected on the production machine.  Ideas?  I am a bit stumped at this point.  (PS Firewall allows for both 443 and the webserver port). Thanks!

Shawn

4
E-Mail - Ask For Help / Email using Gmail
« on: January 21, 2010, 10:56:54 AM »
Gurus:

Does anyone have an example of sending an email using gmail as an account?  Thanks!  Cheers!

Shawn

5
FTP - Ask For Help / Large Files
« on: July 06, 2009, 06:53:37 AM »
Gurus:

Using FTP Client to transfer some fairly large PDF files but the file transfers never complete.  I am not sure what the threshhold is but the smaller files come over without a problem.  These files are in the range of 1400K to 1500K. Any suggestions on how I can tweak either the server (Filezilla) or the client to receive large files?  Thanks.


6
Web Server - Ask For Help / Upload file with javascript
« on: June 17, 2009, 11:44:02 AM »
Gurus!!!!

The javascript file I need to use for uploading files produces the following post:

POST /frmdatahandler HTTP/1.1
Host: localhost:88
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729)
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://localhost:88/
Cookie: SESSIONID=1177683760
Content-Type: multipart/form-data; boundary=---------------------------41184676334
Content-Length: 642

-----------------------------41184676334
Content-Disposition: form-data; name="recordid"


-----------------------------41184676334
Content-Disposition: form-data; name="documentname"

Wdwewewr
-----------------------------41184676334
Content-Disposition: form-data; name="documentfile"; filename="menu.gif"
Content-Type: image/gif

GIF89aú

How do I upload the document file from this post?  Thanks for any insight.

7
Web Server - Ask For Help / Unable To Read this Post
« on: June 17, 2009, 11:36:33 AM »
Gurus!!!!
I wold love for Nettalk to be able to read the parameters line from this using getValue():

POST /frmdatahandler HTTP/1.1
Host: localhost:88
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729)
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
X-Requested-With: XMLHttpRequest
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Referer: http://localhost:88/
Content-Length: 69
Cookie: SESSIONID=1080762147
Pragma: no-cache
Cache-Control: no-cache

cmd=fetch&recordid=8f52727b-5833-11de-ac7b-5e0a17576d1f&parentid=TEST


As it stands now, I am not able to retrieve the parameters with a getValue method.  Any assistance would be greatly appreciated.

8
Web Server - Ask For Help / Form Submit
« on: May 15, 2009, 03:37:55 PM »
Greetings!

When I submit a form to a URL, how do I identify the fields and values submitted?  I tried p_web.GetValue('fieldname') but it returns nothing - though I know a value is there.  Any suggestions?

Thanks.

Pages: [1]