Page 1 of 1
uploading without a form
Posted: Tue Mar 18, 2008 3:54 am
by phani
As a part of a code that we are doing, we need to upload a file.This should not be an user interaction upload.We know the path and the name of the file and we need to upload the file
Re: uploading without a form
Posted: Tue Mar 18, 2008 4:18 am
by Christopher
You cannot do this without a plugin on the client. Browsers forbid access to the local filesystem -- for obvious reasons.
Re: uploading without a form
Posted: Tue Mar 18, 2008 6:05 am
by phani
I mean i want an already uploaded file to be synchronized with a desktop folder i.e as soon as he logs in, all the files in that folder should overwrite the current uploaded files