Uploading chinese filenames using php
- From: "Taras_96" <taras.di@xxxxxxxxx>
- Date: 28 Jan 2007 04:54:32 -0800
Hi everyone,
I'm trying to get uploading files with Chinese filenames working in
PHP on a Windows 2000 machine. I'm using PHP 5 and Apache 2.2. When I
attempt to upload a file with chinese filenames, the file name gets
mutated into dashes, pretty much matching the behaviour described at
'http://gallery.menalto.com/node/57709'. However, I need the original
filename (to store in a DB). The post on the manual website by
kweechang at yahoo dot com at http://au3.php.net/manual/en/
features.file-upload.php describes using javascript to set a hidden
field. This would work fine but for now I'm trying not to resort to
javascript on my webpage. Does anyone know how the original filename
can be retrieved without using javascript? Maybe there is a setting in
Apache?
Thanks
Taras
.
- Prev by Date: Re: Php - "No input file specified." when i try to run a php script on a web server
- Next by Date: Re: Php - "No input file specified." when i try to run a php script on a web server
- Previous by thread: Php - "No input file specified." when i try to run a php script on a web server
- Next by thread: Question about a data structure
- Index(es):