Joe,

I don't want to sound rude, but you're missing the point.  Python is powerful enough to handle virtually anything you throw at it.  The browser is the limiting factor.
Currently, no browsers (that I know of) support directory upload.   Until that happens we're stuck with multiple file-upload fields or relying on a java applet to handle the uploading in a more friendly manner.  Look at http://javauploader.com/ and have your credit card ready.  =P

-tim

Joe Barnhart wrote:
But Python has a ZIP module and you could unzip the file in Python.
That's probably the easiest way to transfer a structured set of files.

On Dec 3, 11:36 pm, mdipierro <[EMAIL PROTECTED]> wrote:
  
HTTP does not allow that unless your client (flash, js, etc.) uploads
each individual file (http://plugins.jquery.com/project/MultiFile) or
zips files and the uploads the zip file (I have never see a js library
to do it).

Massimo

On Dec 4, 1:04 am, somebody <[EMAIL PROTECTED]> wrote:

    
can I upload a folder / copy a whole folder to another directory??
      

  

-- 
Timothy Farrell <[EMAIL PROTECTED]>
Computer Guy
Statewide General Insurance Agency (www.swgen.com)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to