Incorrect file name > Invisionize.eu - IP.Board (IPB) News
Kanał Rss Kanał Rss
Kanał Atom Kanał Atom

Incorrect file name

wersja drukowalna wersja Microsoft Word wersja HTML

1.Upload file with name uploads.rar.
2.look in monthly.../ directory - saved as xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-.ipb, not as xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-uploads.ipb

Fix: add dot (\.) in preg_replace (files.php - _doUpload)
$_upload->out_file_name = md5( uniqid( microtime(), true ) ) . '-' . str_replace( array( " ", "\n", "\r", "\t" ), '_', $this->registry->getClass('idmFunctions')->getFileName( preg_replace( "/[^a-zA-Z0-9\.]/", '-', $_FILES['FILE_UPLOAD']['name'] ) ) );

But you have again forgotten that in the world there are other languages, not only English and names of files can be, for example, in Russian, files save as
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-------------------------------------------------.ipb

wto, 03 styczeń 2012

Komentarze:

Brak komentarzy

Imię/Nick:

Adres email:

Strona WWW:

Treść Komentarza: