Re: [Semi-OT] Eaaaaaasy OSX FTP

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 54849
interpreted = N
texte = 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/ 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)
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/ "WebDna @"

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:

Final Receipt (1999) Shipping Calc - done (1998) applet example (1997) same product in cart (1997) Permission denied? (2004) all records returned. (1997) [redirect] question (2005) Re:quit command on NT (1997) RAM variables (1997) Help with (2003) [shownext] and sort (1998) HELP WITH DATES (1997) Grepping text variable tags (was: No subject given) (2000) [WebDNA] WebDNA and PHP cohabitating? (2009) WebCatalog NT beta 18 problem (1997) emailer settings and control questions (1997) [WebDNA] test post (2011) Setting up WebCatalog with Retail Pro data (1996) NT Manual (1997) New Cart No. on same page (2003)