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:

How does 4DWebSTAR V's cache work? (2002) Dumb Question about Docs (1997) PCS Frames (1997) RE: Formulas.db + Users.db (1997) WCS Newbie question (1997) [ShowIf] if the varieable exists (1998) DB Commit (2000) Bookmarked URL with cart (1998) Nesting format tags (1997) Alternating colors (1997) RE: Answer: WebDelivery downloads alias, not original ? (1997) building / customizing stores (2000) Using Plug-In while running 1.6.1 (1997) ANSWER to: CC Merchant suggestions?? (1997) Re:2nd WebCatalog2 Feature Request (1996) Micro-managing External Links (2006) What does this error mean? (2000) Need help!! on searching in two databases. (1998) Verifying both name and password (was: New Problem) (1997) grouped fields? (1999)