uploading without a form

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phani
Forum Newbie
Posts: 2
Joined: Tue Mar 18, 2008 3:50 am

uploading without a form

Post 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
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: uploading without a form

Post by Christopher »

You cannot do this without a plugin on the client. Browsers forbid access to the local filesystem -- for obvious reasons.
(#10850)
phani
Forum Newbie
Posts: 2
Joined: Tue Mar 18, 2008 3:50 am

Re: uploading without a form

Post 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
Post Reply