EPrints Technical Mailing List Archive
Message: #07086
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
Re: [EP-tech] Bug when uploading files
- To: Matthew Kerwin <matthew.kerwin@qut.edu.au>, <eprints-tech@ecs.soton.ac.uk>
- Subject: Re: [EP-tech] Bug when uploading files
- From: Robin Sylvestre <robin.sylvestre@polymtl.ca>
- Date: Fri, 12 Jan 2018 10:55:13 -0500
Thanks Matthew, I don’t know exactly why, I haven’t taken the time to analyze your regex, but this didn’t work for me. I used this instead, and it seems to do the trick. $filepath = (split(/\\/, $filepath))[-1]; Thanks for pointing out where I had to look ! Robin De : Matthew Kerwin [mailto:matthew.kerwin@qut.edu.au] Hi there, I remember getting frustrated at this once, so I hacked perl_lib/EPrints/System.pm in sub sanitise: $filepath =~ s!.*/(?=.)!!; It’s running in production, but I’ve never looked into it since doing that half a year ago. It was a bit radical. Cheers -- Matthew Kerwin | Team Leader | ITS-EIS | KG-SYN-2.32 | QUT 🗿 Please consider the Moyai before deleting this email. From: eprints-tech-bounces@ecs.soton.ac.uk [mailto:eprints-tech-bounces@ecs.soton.ac.uk] On Behalf Of Robin Sylvestre Hello ! We have found a bug in Eprints 3.3.13 when uploading files from Internet Explorer. IE has an option that allows the full path of files to be sent along the filename when uploading files. With this option enabled, and when uploading files from a network share (i.e. \\server\share\file.ext) the full path of the file is appended to the filename, with underscores replacing backslashes (i.e. __server_share_file.ext). When uploading from a local drive, everything works fine. This is set in custom security settings. Maybe other browsers have this option too ? I tried to find where the filename gets set when uploading the file, but I only managed to hide the path from the upload progress bar (in 88_uploadmethod_file.js). I figure the filename must be set by a server script. Maybe in perl_lib/EPrints/DataObj/File.pm ? Can someone help us correct this bug ? Thanks !! Robin Sylvestre Services techniques et systèmes informatisés Bibliothèque de l’École Polytechnique de Montréal 514-340-4711 poste 3743 |
- Follow-Ups:
- Re: [EP-tech] Bug when uploading files
- From: Robin Sylvestre <robin.sylvestre@polymtl.ca>
- Re: [EP-tech] Bug when uploading files
- References:
- [EP-tech] Bug when uploading files
- From: Robin Sylvestre <robin.sylvestre@polymtl.ca>
- Re: [EP-tech] Bug when uploading files
- From: Matthew Kerwin <matthew.kerwin@qut.edu.au>
- Re: [EP-tech] Bug when uploading files
- From: Robin Sylvestre <robin.sylvestre@polymtl.ca>
- [EP-tech] Bug when uploading files
- Prev by Date: [EP-tech] Question about autocompletion...
- Next by Date: [EP-tech] Generating checksum client-side before uploading file
- Previous by thread: [EP-tech] Sort view with creators_name and corp_creators
- Index(es):