Re: [WebDNA] Code works in v6 but not in v7

This WebDNA talk-list message is from

2010


It keeps the original formatting.
numero = 105749
interpreted = N
texte = A response from Chris that is music to my ears :) Keep up the great work guys !!! Regards Stuart Tremain IDFK Web Developments AUSTRALIA webdna@idfk.com.au On 29/08/2010, at 10:29 PM, christophe.billiottet@webdna.us wrote: > It will probably take longer. My tests show that the problem only = appears when using ENCTYPE=3D"multipart/form-data" (uploading a file). = WebDNA is taking some extra parameters. It works fine for a regular = form. Also, avoid using [formvariables] in your upload code should be a = temporary solution. Anyway, we will do our best to fix this quickly. >=20 > - chris >=20 >=20 >=20 > On Aug 29, 2010, at 9:20, Kenneth Grome wrote: >=20 >>> Right, it looks like a bug in [formvariables][/formvariables] >>> We are taking care of it. >>=20 >> Hi Chris, >>=20 >> Thanks for the confirmation. Please let me/us know when this is = fixed and a patched version is ready to download so I can install it and = continue using v7. >>=20 >> Do you think the fix might come in a day or two? Or is it likely to = take longer? I'm not asking to pressure you, but if your guess is more = than a day or two I should probably revert to v6 on my VPS so I have a = functional remote platform for this project. >>=20 >> Thanks. >>=20 >> Sincerely, >> Kenneth Grome >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>>=20 >>>=20 >>> On Aug 29, 2010, at 1:08, Kenneth Grome wrote: >>>=20 >>>>> [showif [url][name][/url]^[url]"task"[/url]] >>>>>=20 >>>>> would the quotes inside the [url] throw off=20 >>>>> the comparison (i.e. the quotes are url-ized?)? >>>>=20 >>>> It would if this were a typical comparison of "regular" = formvariable names, but this is a comparison of the formvariable names = that exist when uploading a file. They look different from regular = formvariables because of the: >>>>=20 >>>> enctype=3D"multipart/form-data"=20 >>>>=20 >>>> part of the form tag, so they have to be treated like this. = Besides, the code works fine in v6 but not in v7 and this difference is = what I'm concerned about. The same code should work (or not work) in = both versions but it works in v6 and breaks in v7. >>>>=20 >>>> BTW, I downloaded and tested Pat McCormick's 2004 file uploader = script from the old archives (thanks for the link Govinda) and that code = works in v6 but not in v7 too ... so there definitely seems to be a = problem in v7. >>>>=20 >>>> Sincerely, >>>> Kenneth Grome >>>>=20 >>>>=20 >>>>=20 >>>> --------------------------------------------------------- >>>> This message is sent to you because you are subscribed to >>>> the mailing list . >>>> To unsubscribe, E-mail to: >>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>> Bug Reporting: support@webdna.us >>>=20 >>> --------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> archives: http://mail.webdna.us/list/talk@webdna.us >>> Bug Reporting: support@webdna.us >>>=20 >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> Bug Reporting: support@webdna.us >=20 > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Code works in v6 but not in v7 (Stuart Tremain 2010)
  2. Re: [WebDNA] Code works in v6 but not in v7 (christophe.billiottet@webdna.us 2010)
  3. Re: [WebDNA] Code works in v6 but not in v7 (Kenneth Grome 2010)
  4. Re: [WebDNA] Code works in v6 but not in v7 (christophe.billiottet@webdna.us 2010)
  5. Re: [WebDNA] Code works in v6 but not in v7 ("Dan Strong" 2010)
  6. Re: [WebDNA] Code works in v6 but not in v7 (Kenneth Grome 2010)
  7. Re: [WebDNA] Code works in v6 but not in v7 ("Dan Strong" 2010)
  8. [WebDNA] Code works in v6 but not in v7 (Kenneth Grome 2010)
A response from Chris that is music to my ears :) Keep up the great work guys !!! Regards Stuart Tremain IDFK Web Developments AUSTRALIA webdna@idfk.com.au On 29/08/2010, at 10:29 PM, christophe.billiottet@webdna.us wrote: > It will probably take longer. My tests show that the problem only = appears when using ENCTYPE=3D"multipart/form-data" (uploading a file). = WebDNA is taking some extra parameters. It works fine for a regular = form. Also, avoid using [formvariables] in your upload code should be a = temporary solution. Anyway, we will do our best to fix this quickly. >=20 > - chris >=20 >=20 >=20 > On Aug 29, 2010, at 9:20, Kenneth Grome wrote: >=20 >>> Right, it looks like a bug in [formvariables][/formvariables] >>> We are taking care of it. >>=20 >> Hi Chris, >>=20 >> Thanks for the confirmation. Please let me/us know when this is = fixed and a patched version is ready to download so I can install it and = continue using v7. >>=20 >> Do you think the fix might come in a day or two? Or is it likely to = take longer? I'm not asking to pressure you, but if your guess is more = than a day or two I should probably revert to v6 on my VPS so I have a = functional remote platform for this project. >>=20 >> Thanks. >>=20 >> Sincerely, >> Kenneth Grome >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>>=20 >>>=20 >>> On Aug 29, 2010, at 1:08, Kenneth Grome wrote: >>>=20 >>>>> [showif [url][name][/url]^[url]"task"[/url]] >>>>>=20 >>>>> would the quotes inside the [url] throw off=20 >>>>> the comparison (i.e. the quotes are url-ized?)? >>>>=20 >>>> It would if this were a typical comparison of "regular" = formvariable names, but this is a comparison of the formvariable names = that exist when uploading a file. They look different from regular = formvariables because of the: >>>>=20 >>>> enctype=3D"multipart/form-data"=20 >>>>=20 >>>> part of the form tag, so they have to be treated like this. = Besides, the code works fine in v6 but not in v7 and this difference is = what I'm concerned about. The same code should work (or not work) in = both versions but it works in v6 and breaks in v7. >>>>=20 >>>> BTW, I downloaded and tested Pat McCormick's 2004 file uploader = script from the old archives (thanks for the link Govinda) and that code = works in v6 but not in v7 too ... so there definitely seems to be a = problem in v7. >>>>=20 >>>> Sincerely, >>>> Kenneth Grome >>>>=20 >>>>=20 >>>>=20 >>>> --------------------------------------------------------- >>>> This message is sent to you because you are subscribed to >>>> the mailing list . >>>> To unsubscribe, E-mail to: >>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>> Bug Reporting: support@webdna.us >>>=20 >>> --------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> archives: http://mail.webdna.us/list/talk@webdna.us >>> Bug Reporting: support@webdna.us >>>=20 >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> Bug Reporting: support@webdna.us >=20 > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us Stuart Tremain

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:

upgrading (1997) Further tests with the infamous shipCost (1997) [ShowIf] and empty fields (1997) Emailer problem....still (1997) upgrading (1997) mimeheaders to allow back button to work on a posted page? (2004) [TCPConnect] Errors (2003) Weird problems with [SHOWIF]s (1997) WebCatalog Technical Reference (1997) [WebDNA] behavior of [thisurl] in the context of 'mod_rewrite' (2012) Poll using WebCat (1998) What week is first? (1998) Rollovers (1999) searching by date (1998) flushdatabases (1997) Multiple prices (1997) [WebDNA] Quick Date Question (2008) Writing [raw] to a file (2000) WC on Mac OS X or Mac OS X Server 2.x (2001) WebCatalog stalls (1998)