What is WebDNA

WebDNA is a scripting and database system designed to easily build web applications.

WebDNA and BioType

BioType service is a biometric keystroke dynamic system. It will be part of WebDNA 8.5

Download WebDNA

Download WebDNA freeware, try it and register later if you want.

WebDNA resources

The list of all WebDNA instructions.
WebDNA
Software Corporation
Search WebDNA Site
 Menu


HOME


DOWNLOADS


LEARN


EDUCATION


NEWS


COMMUNITY


STORE


SUPPORT


CONTACT

Re: Upload Graphic Problem

This WebDNA talk-list message is from

2004


It keeps the original formatting.
numero = 59732
interpreted = N
texte = Well, the problem is somehow related to my secure server. When I run the same code on a non-secured connection, it uploads fine. However, when I upload through the secure, then it fails. To troubleshoot, I put a [formvariables] context in the beginning of the upload_file2.tpl file to take a look at what was being posted, and none of the information being posted from upload_file.tpl gets there via secure connection. This is probably getting a little off-topic (looks like a server config issue than a WebDNA issue) so I will seek out other resources as well. Any thoughts though? Thanks, Jason ----- Original Message ----- From: "Jason Aus" To: "WebDNA Talk" Sent: Friday, October 22, 2004 10:37 AM Subject: Re: Upload Graphic Problem > That makes sense about the files not being written, and WebDNA throwing that > error. I took a look at the permissions, and it appears that everything is > setup OK, unless I am missing something. The WebStar user has read/write > capabilities (is owner). > > I'm using WebStar not Apache, so looking at the httpd.config file probably > won't help. > > Does anyone know what the correct permissions are, just in case I am missing > something? > > Greatly Appreciated, > > Thanks, > Jason > > ----- Original Message ----- > From: "Sal D'Anna" > To: "WebDNA Talk" > Sent: Thursday, October 21, 2004 8:18 PM > Subject: Re: Upload Graphic Problem > > > > It sounds like a permission issue on the server, something that needs to > be > > setup in the httpd.config. It uploads the file and then does not have > > permission to post so WebDNA gives the Please Choose either .gif or .jpg > as > > the standard error for a failed upload. Since the file is never written, > > WebDNA doesn't know what the extension of the file is. > > > > Sal D'Anna > > > > -----Original Message----- > > From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com] On Behalf Of > > Jason Aus > > Sent: Thursday, October 21, 2004 2:25 PM > > To: WebDNA Talk > > Subject: Upload Graphic Problem > > > > Hi Everyone - > > When any of our commerce clients goes to upload an image (Use > Graphic), > > the admin area allows them to browse for the image fine, but when they > click > > "Upload" the browser hangs for about 60 seconds, then says: > > > > "Please specify the source file. > > Please choose either .gif or .jpg file." > > > > So at first I thought it was the code, however, when I copied the entire > > site to my test server, the code executed just fine - no delay, file > uploads > > successfully > > > > I've tried Netscape(pc), IE(pc), and Safari(mac) and they all experience > the > > same problem on the live server. > > > > Live Server: OSX 10.3, Webstar 5.x (latest) and RumpusFTP, WDNA 5.1g > > Test: XP Pro, 6.0 dev > > > > Thanks, > > Jason Aus > > ACS/Digital Jam > > www.digitaljam.com > > > > > > ------------------------------------------------------------- > > This message is sent to you because you are subscribed to > > the mailing list . > > To unsubscribe, E-mail to: > > To switch to the DIGEST mode, E-mail to > > > > Web Archive of this list is at: http://webdna.smithmicro.com/ > > > > > > ------------------------------------------------------------- > > This message is sent to you because you are subscribed to > > the mailing list . > > To unsubscribe, E-mail to: > > To switch to the DIGEST mode, E-mail to > > > Web Archive of this list is at: http://webdna.smithmicro.com/ > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Upload Graphic Problem ( "Jason Aus" 2004)
  2. Re: Upload Graphic Problem ( "Jason Aus" 2004)
  3. Re: Upload Graphic Problem ( "Sal D'Anna" 2004)
  4. Re: Upload Graphic Problem ( Donovan Brooke 2004)
  5. Upload Graphic Problem ( "Jason Aus" 2004)
Well, the problem is somehow related to my secure server. When I run the same code on a non-secured connection, it uploads fine. However, when I upload through the secure, then it fails. To troubleshoot, I put a [formvariables] context in the beginning of the upload_file2.tpl file to take a look at what was being posted, and none of the information being posted from upload_file.tpl gets there via secure connection. This is probably getting a little off-topic (looks like a server config issue than a WebDNA issue) so I will seek out other resources as well. Any thoughts though? Thanks, Jason ----- Original Message ----- From: "Jason Aus" To: "WebDNA Talk" Sent: Friday, October 22, 2004 10:37 AM Subject: Re: Upload Graphic Problem > That makes sense about the files not being written, and WebDNA throwing that > error. I took a look at the permissions, and it appears that everything is > setup OK, unless I am missing something. The WebStar user has read/write > capabilities (is owner). > > I'm using WebStar not Apache, so looking at the httpd.config file probably > won't help. > > Does anyone know what the correct permissions are, just in case I am missing > something? > > Greatly Appreciated, > > Thanks, > Jason > > ----- Original Message ----- > From: "Sal D'Anna" > To: "WebDNA Talk" > Sent: Thursday, October 21, 2004 8:18 PM > Subject: Re: Upload Graphic Problem > > > > It sounds like a permission issue on the server, something that needs to > be > > setup in the httpd.config. It uploads the file and then does not have > > permission to post so WebDNA gives the Please Choose either .gif or .jpg > as > > the standard error for a failed upload. Since the file is never written, > > WebDNA doesn't know what the extension of the file is. > > > > Sal D'Anna > > > > -----Original Message----- > > From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com] On Behalf Of > > Jason Aus > > Sent: Thursday, October 21, 2004 2:25 PM > > To: WebDNA Talk > > Subject: Upload Graphic Problem > > > > Hi Everyone - > > When any of our commerce clients goes to upload an image (Use > Graphic), > > the admin area allows them to browse for the image fine, but when they > click > > "Upload" the browser hangs for about 60 seconds, then says: > > > > "Please specify the source file. > > Please choose either .gif or .jpg file." > > > > So at first I thought it was the code, however, when I copied the entire > > site to my test server, the code executed just fine - no delay, file > uploads > > successfully > > > > I've tried Netscape(pc), IE(pc), and Safari(mac) and they all experience > the > > same problem on the live server. > > > > Live Server: OSX 10.3, Webstar 5.x (latest) and RumpusFTP, WDNA 5.1g > > Test: XP Pro, 6.0 dev > > > > Thanks, > > Jason Aus > > ACS/Digital Jam > > www.digitaljam.com > > > > > > ------------------------------------------------------------- > > This message is sent to you because you are subscribed to > > the mailing list . > > To unsubscribe, E-mail to: > > To switch to the DIGEST mode, E-mail to > > > > Web Archive of this list is at: http://webdna.smithmicro.com/ > > > > > > ------------------------------------------------------------- > > This message is sent to you because you are subscribed to > > the mailing list . > > To unsubscribe, E-mail to: > > To switch to the DIGEST mode, E-mail to > > > Web Archive of this list is at: http://webdna.smithmicro.com/ > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ "Jason Aus"

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

WebCat2b12 CGI Mac - [shownext] problem (1997) [WebDNA] 6.2 Monitor (2012) WC2b15 File Corruption (1997) PCS Frames (1997) different show next (1997) [WebDNA] Cheers (2008) Writefile, Raw & include (2002) How to Sort Summ data ? (1997) Security Issues and WebCommerce Solution (1997) Multiple fields on 1 input (1997) RE:DatabaseHelper (1997) Email within tmpl ? (1997) Questions! (2000) SiteCheck & WebCat ? (1997) Items XX to XX shown (1997) Emailer help....! (1997) UPS Online (2003) ExclusiveLock (2000) Showif for mulitple variations (1997) syntax question, not in online refernce (1997)