jquery - Auto Upload Files When Added to a Folder -


i wondering how file automatically upload when added folder on computer.

simliar dropdox when add new file folder on desktop automatically recognize start , upload in background , and place on server??

i have been googling point me in right direction on how learn , technology used i.e ajax php jquery.

i understand quite broad question want find right places start:)

any please.

you can use linux server's cronjobs. cronjobs scheduled tasks. have code script checks folder , if there new file, uploads it. , have run script every (for example) 5 minutes , via cronjobs.

but computer must open, always. , i'm not sure, can list local folders. maybe can use technologies this.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -