uploading folders

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andrew M.

    #1

    uploading folders

    Is it possible to upload entire directories from a form in such a way
    that a user can browse to the folder on their local machine and select
    it for uploading or synchronization ? I am using php5.
  • Dani CS

    #2
    Re: uploading folders

    Andrew M. wrote:[color=blue]
    > Is it possible to upload entire directories from a form in such a way
    > that a user can browse to the folder on their local machine and select
    > it for uploading or synchronization ? I am using php5.[/color]

    Uploading entire directories is a functionality that few or none
    browsers sport. Try a java applet with proper permissions. Take a look
    at the existing ftp applets.

    Comment

    Working...