Pure PHP Upload 3 Support Product Page

How to remove special charaters and spaces in filename?

Reported 15 Sep 2014 08:45:47
1
has this problem
15 Sep 2014 08:45:47 Andre Bender posted:
How do I remove special charaters and spaces in filename after upload? I'm using the extension together with the multiuploader.

Replies

Replied 15 Sep 2014 08:53:35
15 Sep 2014 08:53:35 Andre Bender replied:
The scripts seem to rename the files. How do I get the renamed filename in order to save it to the database?
Replied 15 Sep 2014 09:21:39
15 Sep 2014 09:21:39 Teodor Kuduschiev replied:
Hi Andre,
The FileName binding, from the standard DW bindings panel, should return the file name, of the uploaded file:
Replied 15 Sep 2014 10:03:21
15 Sep 2014 10:03:21 Andre Bender replied:
Hi Teodor
That gives me an empty value. I'm using a form with some additional fields. I send you the file @
Replied 02 Oct 2014 08:04:42
02 Oct 2014 08:04:42 Andre Bender replied:
Any progress in this subject? Thanks in advance
Replied 14 Oct 2014 15:52:11
14 Oct 2014 15:52:11 Teodor Kuduschiev replied:
Hi Andre,
My bad, you should insert the value of the "Filedata" hidden field:


This way the changed filename will be stored on insert!

Reply to this topic