http://www.perlmonks.org?node_id=285114


in reply to Re: file name parsing to get the original file name
in thread file name parsing to get the original file name

Hi Michele,

I was trying your solution since my parsing is indeed HTML form input.Tried the other solutions but can't work, it still does not recognize the '\'

Is there anything that I should need to add before inserting the :
fileparse_set_fstype("MSWin32");
Because my html shows an error when I add that line.

Thanks