Re: [Semi-OT] Eaaaaaasy OSX FTP

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 54853
interpreted = N
texte = If this can be done w/ JavaScript, why doesn't SM add this feature themselves; I think many people (me included) have asked over the years. Would you be willing to share this JS? Andy On Wednesday, December 10, 2003, at 05:46 PM, WebDna @ wrote: > why not use the webcat upload template and use JavaScript to check the > file > size before they can submit? > > This would retrict him to one file per upload and you can set the size > in a > variable for javascript to test against, allowing you the freedom to > control > file sizes. > > > > > ----- Original Message ----- > From: "Dan Strong" > To: "WebDNA Talk" > Sent: Wednesday, December 10, 2003 2:11 PM > Subject: Re: [Semi-OT] Eaaaaaasy OSX FTP > > >> I hear ya. I have one built and it works just fine because I trust >> that > particular client not to >> upload the entire contents of the hard-drive from the root up... this > one's different. I am on a >> shared server. >> -Dan >> >> >> On Wed, 10 Dec 2003 14:03:39 -0800 >> Brian Fries wrote: >>> I'd probably go with the HTTP upload... it's simple from the >>> client's end > and doesn't require >>> learning any new tools. While you can't (easily) restrict the size >>> of the > upload on the client >>> side, you can do anything you want with the uploaded file using >>> WebDNA - > restrict to certain size >>> limits or file name extensions, writefile to any folder you want, >>> delete > old files when new files >>> are uploaded, etc. I do this for my clients who want to be able to >>> upload > new product images and >>> PDFs. >>> >>> - brian >>> >>> On Dec 10, 2003, at 1:43 PM, Dan Strong wrote: >>> >>>> My client (on OSX) wants to be able to 'easily' FTP up some >>>> Quicktime >>>> movies of his own to his website where his clients can then watch >>>> it/download it. I've been down this road many times before and it >>>> has >>>> never been pretty. >>>> >>>> He wants it *right now* (don't they all)? >>>> >>>> 1) I have an FTP account set up for him and he is 'locked down' to >>>> only the directory he lands in (he is one that would innocently >>>> break >>>> the website if he were free to roam. He no understand FTP. What >>>> should >>>> I do? walk him through an install of Fetch or something? Does OSX >>>> have >>>> a built in FTP? I suppose if I was comfy with him uploading I could >>>> then just do a [listfiles] on a password-protected template and >>>> make a >>>> link list.... and also a download for Quicktime... >>>> >>>> 2) I have a working WebDNA-powered upload page (pieced together with >>>> code from Storebuilder and snippets of code I've found in the >>>> archives). This would be much easier, but I cannot restrict him from >>>> dumping 5GB at a time or whatever to the server via HTTP. It just >>>> doesn't seem like a good idea. >>>> >>>> Any consumer-level level FTP stuff going on that I can tap into, >>>> like, >>>> does Safari or IE have drag & drop FTP? >>>> >>>> Thanks, >>>> >>>> -Dan >>>> >>> -- Brian Fries, BrainScan Software -- >>> http://www.brainscansoftware.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/ >> >> ------------------------------------------------------------ >> http://www.StrongGraphicDesign.com >> http://www.SearchBoise.com >> (208) 319-0137 | Toll-free p/f 877-561-1656 >> ------------------------------------------------------------ >> >> ------------------------------------------------------------- >> 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: [Semi-OT] Eaaaaaasy OSX FTP ( "Dana E. Keil" 2003)
  2. Re: [Semi-OT] Eaaaaaasy OSX FTP ( dale 2003)
  3. Re: [Semi-OT] Eaaaaaasy OSX FTP ( "Dana E. Keil" 2003)
  4. Re: [Semi-OT] Eaaaaaasy OSX FTP ( "Dan Strong" 2003)
  5. Re: [Semi-OT] Eaaaaaasy OSX FTP ( "Dan Strong" 2003)
  6. Re: [Semi-OT] Eaaaaaasy OSX FTP ( "Dan Strong" 2003)
  7. Re: [Semi-OT] Eaaaaaasy OSX FTP ( CN Stuff 2003)
  8. Re: [Semi-OT] Eaaaaaasy OSX FTP ( Andy Mowrey 2003)
  9. Re: [Semi-OT] Eaaaaaasy OSX FTP ( "Dan Strong" 2003)
  10. Re: [Semi-OT] Eaaaaaasy OSX FTP ( "Sal D'Anna" 2003)
  11. Re: [Semi-OT] Eaaaaaasy OSX FTP ( "WebDna @" 2003)
  12. Re: [Semi-OT] Eaaaaaasy OSX FTP ( "Dan Strong" 2003)
  13. Re: [Semi-OT] Eaaaaaasy OSX FTP ( Brian Fries 2003)
  14. Re: [Semi-OT] Eaaaaaasy OSX FTP ( "Dan Strong" 2003)
  15. Re: [Semi-OT] Eaaaaaasy OSX FTP ( Andy Mowrey 2003)
  16. Re: [Semi-OT] Eaaaaaasy OSX FTP ( "Dan Strong" 2003)
  17. Re: [Semi-OT] Eaaaaaasy OSX FTP ( Andy Mowrey 2003)
  18. [Semi-OT] Eaaaaaasy OSX FTP ( "Dan Strong" 2003)
If this can be done w/ JavaScript, why doesn't SM add this feature themselves; I think many people (me included) have asked over the years. Would you be willing to share this JS? Andy On Wednesday, December 10, 2003, at 05:46 PM, WebDna @ wrote: > why not use the webcat upload template and use JavaScript to check the > file > size before they can submit? > > This would retrict him to one file per upload and you can set the size > in a > variable for javascript to test against, allowing you the freedom to > control > file sizes. > > > > > ----- Original Message ----- > From: "Dan Strong" > To: "WebDNA Talk" > Sent: Wednesday, December 10, 2003 2:11 PM > Subject: Re: [Semi-OT] Eaaaaaasy OSX FTP > > >> I hear ya. I have one built and it works just fine because I trust >> that > particular client not to >> upload the entire contents of the hard-drive from the root up... this > one's different. I am on a >> shared server. >> -Dan >> >> >> On Wed, 10 Dec 2003 14:03:39 -0800 >> Brian Fries wrote: >>> I'd probably go with the HTTP upload... it's simple from the >>> client's end > and doesn't require >>> learning any new tools. While you can't (easily) restrict the size >>> of the > upload on the client >>> side, you can do anything you want with the uploaded file using >>> WebDNA - > restrict to certain size >>> limits or file name extensions, writefile to any folder you want, >>> delete > old files when new files >>> are uploaded, etc. I do this for my clients who want to be able to >>> upload > new product images and >>> PDFs. >>> >>> - brian >>> >>> On Dec 10, 2003, at 1:43 PM, Dan Strong wrote: >>> >>>> My client (on OSX) wants to be able to 'easily' FTP up some >>>> Quicktime >>>> movies of his own to his website where his clients can then watch >>>> it/download it. I've been down this road many times before and it >>>> has >>>> never been pretty. >>>> >>>> He wants it *right now* (don't they all)? >>>> >>>> 1) I have an FTP account set up for him and he is 'locked down' to >>>> only the directory he lands in (he is one that would innocently >>>> break >>>> the website if he were free to roam. He no understand FTP. What >>>> should >>>> I do? walk him through an install of Fetch or something? Does OSX >>>> have >>>> a built in FTP? I suppose if I was comfy with him uploading I could >>>> then just do a [listfiles] on a password-protected template and >>>> make a >>>> link list.... and also a download for Quicktime... >>>> >>>> 2) I have a working WebDNA-powered upload page (pieced together with >>>> code from Storebuilder and snippets of code I've found in the >>>> archives). This would be much easier, but I cannot restrict him from >>>> dumping 5GB at a time or whatever to the server via HTTP. It just >>>> doesn't seem like a good idea. >>>> >>>> Any consumer-level level FTP stuff going on that I can tap into, >>>> like, >>>> does Safari or IE have drag & drop FTP? >>>> >>>> Thanks, >>>> >>>> -Dan >>>> >>> -- Brian Fries, BrainScan Software -- >>> http://www.brainscansoftware.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/ >> >> ------------------------------------------------------------ >> http://www.StrongGraphicDesign.com >> http://www.SearchBoise.com >> (208) 319-0137 | Toll-free p/f 877-561-1656 >> ------------------------------------------------------------ >> >> ------------------------------------------------------------- >> 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/ Andy Mowrey

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:

WebCat editing, SiteGuard WAS:SiteAssociative lookup style? (1997) Cookies not setting on IE (2002) ISAPI WC6a and Windows 2003 Web Edition (2006) Multiple Pulldowns (1997) [WebDNA] Gulf Coast WebDNA programmers (2010) Emailer problems addition (1999) [WebDNA] Installing WebDNA on VPS (2008) Where is f2? (1997) Taxes shipcost (2003) HEADER AND FOOTER (1997) [subTotal] pricefield in another database !? (1998) [random] only for 1-100??? (1997) dbQuickView 2.0 (2005) Strange Form Occurrence on Log In Pages (2005) What might be the cause for a hicup (2000) RE: Deafness (1998) WebCat2b13MacPlugIn - syntax to convert date (1997) WebCatalog for Postcards ? (1997) Bad Cookie / Internet Option / Internet Explorer (2004) Test (2003)