The file actually exist , and now I am having trouble in viewing my page in others browser like chrome and internet explorer.
On Mon, Aug 1, 2011 at 12:04 PM, Philip Thompson <[email protected]>wrote: > 1. Check out the "update" option: > http://mootools.net/docs/core/Request/Request.HTML > > 2. I've had issues where PHP's chmod() function does not work properly, but > using exec() to call the system chmod does work... > > exec("/bin/chmod $options $mode $file"); > > Of course it appears like you're on a windows system, so this probably > won't work. Does the file actually exist? > > ~Philip > > > On Mon, Aug 1, 2011 at 11:56 AM, Jorge Amaury Vega Zavala < > [email protected]> wrote: > >> >> Thanks for all, but I got another question if I want to update my list >> once a user delete a file, do you have any idea??, it is not updating >> actually >> >> >> >> Other thing I already searching I am trying to delete a file called >> originally A:sí-lucían-antes-Los-Simpson but I get try to delete the fille >> it show me an alert, in the directoy it is stored like this: >> AsÃ-lucÃan-antes-Los-Simpson so strange >> >> <br /> >> <b>Warning</b>: chmod() [<a href='function.chmod'>function.chmod</a>]: No >> such file or directory in >> <b>C:\wamp\www\bibliotecaDocumentos\deletefile.php</b> on line <b>10</b><br >> /> >> It ca no be deleted >> >> >> >> On Mon, Aug 1, 2011 at 11:38 AM, Sanford Whiteman < >> [email protected]> wrote: >> >>> > I already delete with this code: >>> >>> So you agree the Moo side works. This wasn't clear from your previous >>> responses. >>> >>> > But for some files that has a large name or strange name it says in an >>> > alert: >>> >>> "Large" name I dunno -- if the names are being output from the same >>> filesystem, then there shouldn't be any length restrictions. What's >>> large? >>> >>> "Strange" name -- look for spaces, slashes, pipes, ampersands, >>> unicode, et al. It's kind of a big area to cover here. >>> >>> Anyway, nothing to do with Moo. >>> >>> -- S. >>> >>> >> > > > -- > http://lonestarlightandsound.com/ >
