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:

Setting up shop (1997) More than one db with the same namn (was: WC2f3) (1997) vcode (2003) Email Format (Umlaut) (2004) Re:trouble (1997) Document Contains No Data! (1997) Bug or syntax error on my part? (1997) OSX Applescripts -- Anyone? please? (2004) webcat method for waiting specific amount of time? (2000) [WebDNA] 30 Minute Cookies (2016) quotes and truncating? (1997) Alternative To WebDNA? (2006) Removing [showif] makes a big difference in speed (1997) More than one db with the same namn (was: WC2f3) (1997) [ShowIf] and empty fields (1997) RE: free zip codes database (1999) Locking up with WebCatalog... (1997) REPOST: Upgrage pricing... The future of WebCatalog is comingwith 4.0... (2000) Problems with [Search] param - Mac Plugin b15 (1997) Forms (1998)