Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Clair 36 posts 86 karma points
    Feb 04, 2014 @ 15:51
    Clair
    0

    File upload and Internet Eplorer

    When using the file upload control with IE 9, it will save the full path as the file name, which breaks the link to the file. I'm using Umbraco 6.1.6 and Contour 3.0.18. Is there any work around for this?

  • Comment author was deleted

    Feb 04, 2014 @ 16:06

    Hmmm I thought this was already fixed, could it be that you are using a third party upload fieldtype?

  • Clair 36 posts 86 karma points
    Feb 04, 2014 @ 17:33
    Clair
    0

    Nope, i'm using the standard out of the box one. I did upgrade from an older verson of contour, but it worked fine in the older version I was using. Maybe I messed up the upgrade?

    Edit: I just copied the files from UmbracoContour_3.0.18_update.zip to my umbraco install directory, still doesn't work in IE though.

  • Comment author was deleted

    Feb 05, 2014 @ 10:46

    Ok thanks, I'll see why this is happening

  • Comment author was deleted

    Feb 06, 2014 @ 10:34

    Works fine in IE 11, will try with IE9

  • Comment author was deleted

    Feb 06, 2014 @ 10:41

    Looking at the code it uses Path.GetFileName(file.FileName)

    So it should only store the filename

    Are you 100% sure you aren't using a third party control? any chance I can take a look at the site?

  • Clair 36 posts 86 karma points
    Feb 06, 2014 @ 17:42
    Clair
    0

    I'm sure. Unless this is a 3rd party file uploader, but I haven't written one.

  • Clair 36 posts 86 karma points
    Feb 10, 2014 @ 21:18
    Clair
    0

    Were you able to reproduce this in ie 9?

  • Comment author was deleted

    Feb 10, 2014 @ 21:23

    Don't have ie9 :( will see if one of the collegues can help reproduce, could you send screenshot of the fieldtype dropdown? Just to make sure it isn't third party

  • Comment author was deleted

    Feb 10, 2014 @ 21:23

    Nevermind just seen the screenshot

  • Comment author was deleted

    Feb 10, 2014 @ 21:24

    You seem to have some extra ones, are you 100% sure the dev's haven't deployed a custom fieldtype?

  • Luke O'Byrne 7 posts 27 karma points
    Apr 09, 2014 @ 02:46
    Luke O'Byrne
    0

    I had the same issue. I updated from 3.0.18 to 3.0.20 and the issue still persists.

    I have Contrib installed but nothing custom beyond that.

  • Luke O'Byrne 7 posts 27 karma points
    Apr 09, 2014 @ 04:57
    Luke O'Byrne
    0

    Worth noting that the file uploads correctly, just the path stored is incorrect. Issue is only in IE (running IE11) and chaning the document mode to test various IE versions provides no different behavior.

    Running Umbraco 6.1.6.

  • Clair 36 posts 86 karma points
    Apr 09, 2014 @ 13:43
    Clair
    0

    I was never able to find a good solution for this. I ended up writing a hack that recreates the link to the document. The file path is still not stored correctly, but atleast the users can get the uploaded files now.

  • Luke O'Byrne 7 posts 27 karma points
    Apr 23, 2014 @ 02:27
    Luke O'Byrne
    0

    Update: I have further isolated the issue.

    The website is an externally facing website but also available on an internal network. Using IE externally is fine, it is just when using it internally that there is the issue. This makes a lot of sense to me given it is a server side function being effected by a client side browser.

Please Sign in or register to post replies

Write your reply to:

Draft