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: HTTP upload

This WebDNA talk-list message is from

2000


It keeps the original formatting.
numero = 34376
interpreted = N
texte = Aaron,did you have this code running on Version 3 too?I encountered the problem that it worked fine on my machine with either Version 3 or 4 (Windows 98/PWS), but when uploading it to the real server with Version 3 it ONLY worked with text-files. (Mac)Any idea?Could it be that on Mac it NEEDS the .gif extension?it seemed to add a few characters to all kind of binary files (such as Pictures, Executables, ZIP-Files etc.) which -of course- made them unreadable!On Fri, 07 Jul 2000 16:59:10 Aaron Lynch wrote: > Your Honor; on 7/7/00 10:27 AM, the Defendant, Jeff Grady, confessed: > > > I know http upload is possible with webcat 4. I > > cannot see any documentation in the Command Reference > > showing how this is done. Can someone post a little > > basic HTML/WebDNA that covers how to upload a file > > using WebCat 4.0? > > > > Thanks so much! > > Jeff > > > > __________________________________________________ > > Do You Yahoo!? > > Send instant messages & get email alerts with Yahoo! Messenger. > > http://im.yahoo.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://search.smithmicro.com/ > > > > > you are going to kill yourself. I just figured out how to do this in > Webcat > 3 :) I had an Epiphany... Gifs are text, Writefile can write > text... > > the important part AFAICT is the encoding in the form's html. > >
METHOD=POST> > > > then on your 'target' page... > [formvariables][showif [name]^remotefile] > [writefile somefile.gif][value][/writefile] > [/showif] > [/formvariables] > > I had problems getting webcat to use a 'normal' looking tag, and so I > used a > formvariables but something like [Content-Disposition: form-data; > name=Remotefile; Filename=whatever.gif] should work too > > I dunno if there is a size limit in this method, or other limits, but > it > works extremely well for me with both gifs and jpgs > > -hth > > -A > > > ------------------------------------------------------------- > 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://search.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://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Multi file HTTP upload (Jeff Grady 2001)
  2. Multi file HTTP upload (Jeff Grady 2001)
  3. Re: http upload (Rob Marquardt 2001)
  4. Re: http upload (Dennis J. Bonsall, Jr. 2001)
  5. Re: http upload (Britt T. 2001)
  6. Re: http upload (Nitai @ ComputerOil 2001)
  7. Re: http upload (John Peacock 2001)
  8. Re: http upload (Bob Minor 2001)
  9. Re: http upload (Nitai @ ComputerOil 2001)
  10. Re: http upload (Bob Minor 2001)
  11. Re: http upload (Nitai @ ComputerOil 2001)
  12. Re: http upload (Jeff Grady 2001)
  13. Re: http upload (Nitai @ ComputerOil 2001)
  14. Re: http upload (Michael Davis 2001)
  15. Re: http upload (Greg Hardin 2001)
  16. Re: http upload (Jeff Grady 2001)
  17. Re: http upload (Nitai @ ComputerOil 2001)
  18. Re: http upload (Jeff Grady 2001)
  19. Re: http upload (Nitai @ ComputerOil 2001)
  20. http upload (Jeff Grady 2001)
  21. help with http upload again (Jeff Grady 2000)
  22. help with http upload (Jeff Grady 2000)
  23. Re: HTTP upload (Aaron Lynch 2000)
  24. Re: HTTP upload (Peter Werno 2000)
  25. Re: HTTP upload (Aaron Lynch 2000)
  26. Re: HTTP upload (John Butler 2000)
  27. Re: HTTP upload (Rob Marquardt 2000)
  28. Re: HTTP upload (Jeff Grady 2000)
  29. Re: HTTP upload (WebDNA Support 2000)
  30. HTTP upload (Jeff Grady 2000)
  31. Re: Options for http uploading of files (Patrick O'Brien 1999)
  32. Re: Options for http uploading of files (Wendell Kozak 1999)
  33. Re: Options for http uploading of files (Brian Boegershausen 1999)
  34. Re: Options for http uploading of files (Nicolas Verhaeghe 1999)
  35. Options for http uploading of files (Joseph D'Andrea 1999)
Aaron,did you have this code running on Version 3 too?I encountered the problem that it worked fine on my machine with either Version 3 or 4 (Windows 98/PWS), but when uploading it to the real server with Version 3 it ONLY worked with text-files. (Mac)Any idea?Could it be that on Mac it NEEDS the .gif extension?it seemed to add a few characters to all kind of binary files (such as Pictures, Executables, ZIP-Files etc.) which -of course- made them unreadable!On Fri, 07 Jul 2000 16:59:10 Aaron Lynch wrote: > Your Honor; on 7/7/00 10:27 AM, the Defendant, Jeff Grady, confessed: > > > I know http upload is possible with webcat 4. I > > cannot see any documentation in the Command Reference > > showing how this is done. Can someone post a little > > basic HTML/WebDNA that covers how to upload a file > > using WebCat 4.0? > > > > Thanks so much! > > Jeff > > > > __________________________________________________ > > Do You Yahoo!? > > Send instant messages & get email alerts with Yahoo! Messenger. > > http://im.yahoo.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://search.smithmicro.com/ > > > > > you are going to kill yourself. I just figured out how to do this in > Webcat > 3 :) I had an Epiphany... Gifs are text, Writefile can write > text... > > the important part AFAICT is the encoding in the form's html. > > METHOD=POST> > > > then on your 'target' page... > [formvariables][showif [name]^remotefile] > [writefile somefile.gif][value][/writefile] > [/showif] > [/formvariables] > > I had problems getting webcat to use a 'normal' looking tag, and so I > used a > formvariables but something like [Content-Disposition: form-data; > name=Remotefile; Filename=whatever.gif] should work too > > I dunno if there is a size limit in this method, or other limits, but > it > works extremely well for me with both gifs and jpgs > > -hth > > -A > > > ------------------------------------------------------------- > 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://search.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://search.smithmicro.com/ Peter Werno

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:

format_to_days on NT (1997) Using Plug-In while running 1.6.1 (1997) WebCatalog for Postcards ? (1997) How is it done? (1998) [WebDNA] Lookup vs. Search (2009) Stupid Format grrrrrrrr.... (2004) Security Tip (1996) Username for Admin Group (1997) Problems getting parameters passed into email. (1997) Locking up with WebCatalog... (1997) New NT beta available (1997) Showing unopened cart (1997) webcat- multiple selection in input field (1997) WCS Newbie question (1997) [WebDNA] Line ending issues (2009) WebDNA Book? (2003) Renaming TextA (1998) Personal Web Server (1998) Cyberstudio and WebDNA (1997) two unique banners on one page (1997)