I'm trying to use javascript to pick up images that have been ftp's to my server already. Unfortuantly, the camera renames the file with unique name (an incrementing date in the file name). What I want to do is rename the file (like a move command) By the way, the file names all start with a prefix that I can define, like "campics" files look like this then: "campics1224200412123212.jpg"
It seems like this should be easy, but I can't find an example of anything like this. Does Javascript not have the permissions to make file moves? Is it a security issue?
Thanks in advance