The server has no idea of the directory structure of your local file system - all it knows is file name and data.
When you do the upload, does the file get overwritten? If so, the server is probably caching the first file and sending it when you request a file with the same name. --- In [email protected], "criptopus" <sd_br...@...> wrote: > > I have already ran php code manually and it allowed me to over write the > file, the same code is called via a Request() in Flex but this will not work. > > - Stephen > > --- In [email protected], "valdhor" <valdhorlists@> wrote: > > > > Check the server logs. It will probably say something to the effect that > > there is already a file by that name and it can't replace it. > > > > --- In [email protected], "criptopus" <sd_brown@> wrote: > > > > > > I'm having trouble with file upload. > > > > > > I have three files: > > > > > > C:/File1/myfile.flv > > > C:/File2/myfile.flv > > > C:/File3/myotherfile.flv > > > > > > When I try to upload the first it works fine video plays brilliant. Then > > > I select the second file (same name, different video) and it plays the > > > first file. Just to check it again I upload the 3rd file and it plays the > > > third file, try and load the second file and it plays the first file > > > again. > > > > > > I even tried sending the time along with the Request to make sure it > > > wasn't a caching issue with the browser, even done a HTML FORM and that > > > works fine. > > > > > > No idea whats going on here, > > > > > > Any ideas? > > > > > > - Stephen > > > > > >

