uploading without a form
Moderator: General Moderators
uploading without a form
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
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: uploading without a form
You cannot do this without a plugin on the client. Browsers forbid access to the local filesystem -- for obvious reasons.
(#10850)
Re: uploading without a form
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