JSPWiki - Attachments - issue with IE browser

Hello,
We are having issues with uploading and downloading attachments using JSPWiki using IE browser.
It works perfectly with Netscape/Mozilla/Flock browsers.
jspwiki.properties -> we set the following attributes:
jspwiki.baseURL = http://localhost:8888/JSPWiki
jspwiki.referenceStyle=relative
jspwiki.attachmentProvider =BasicAttachmentProvider
jspwiki.basicAttachmentProvider.storageDir =C:\\Data\\jspwiki\\NewJSPWiki
With the above settings, when using IE browser, it still uses absolute path when file is uploaded and shows href'd attachment name with target as:
http://chq006103:8888/JSPWiki/attach/JSPWiki%20Welcome/C%3A%5Cinnovatorlille93.jpg
Whereas in Mozill and other browsers - it correctly shows href'd relative url:
http://localhost:8888/JSPWiki/attach/JSPWiki%20Welcome/innovatorlille93.jpg
When we upload a file, it is uploaded under the full name (the full absolute path of the file (from C:\.....<filename>)) - only when we use IE browser.
This does not happen with the other 2 browsers.
Thus, we are unable to download the file.
Any immediate help is highly appreciated!
Thanks!

Perhaps ask the people at JSPWiki? And stop crossposting

Similar Messages

  • Different issues with file browse item

    Hi everybody,
    I'm trying to create a file upload page using the file browse item. To achieve this I followed the how-to document :
    http://download-west.oracle.com/docs/cd/B19306_01/appdev.102/b16376/up_dn_files.htm.
    I've created my own table to store the documents as I store some extra information.
    When I test this functionality I discovered many issues.
    - If I upload a PDF file this gives me HTTP 404. When I go back, choose the same file with the browse button and upload again this will pass.
    - If I upload a file with spaces in it's name this file will be uploaded twice. (I see the same file two times in the table with 2 different names.
    - At random times I will just arrive at a blank page after clicking the upload button. It appears to me as this will happen more often when I use a double-click to select the file in the browser dialog compared to selecting the file and clicking open. However, I suppose this is just coincidence. It happens in both cases. I'm confronted with the problem with small files (1k, 4k) as well as with larger files (6m)
    - Like I said before, I store some extra information as well. In some cases this information is stored with the document. In some other cases he takes the description from a previous document to store along with the new document. I suppose this is some kind of session problem probably caused by the other problems I currently have and the fact I press back quite often in my browser (each time I arrive at a blank page)
    Version of HTML DB 2.1.0.00.05
    (Included with Oracle 10g express edition)
    I read several posts on this forum before creating my own thread.
    -> I found several discussions about the size of the file but the problem exists for files of 1K as well so I don't see a link with those discussions.
    -> I found several discussions about security and tablespace quota. I granted unlimited tablespace to each and every user : flows_020000, flows_020100, flows_files, htmldb_public_user and the user who is used in the application.
    Tx very much for your help!
    Kris

    Hi Kris,
    I think you're problem is coming from local session info... using the back button is not that good. Put a back button in your application ;-)
    An other thing I wonder is; are you developing and testing on the same machine and at the same time? - I did that before and that gave me some problems. Now I'm developing in Firefox and test with IE or vice-versa.
    Dimitri

  • [bug?] playback issues with QT browser plugin, any workarounds?

    I've noticed a playback issue with media files using the quicktime plugin (currently v7.1.3) with Firefox 1.5.0.x and now Firefox 2.0 on Windows XP (SP2):
    Description:
    When I open a media file in a separate tab or window, audio playback cuts out when I switch focus away from the tab or window (i.e. when it runs in the background). When I put the tab/window in the foreground again, playing resumes.
    Reproducible: Always
    Steps to Reproduce:
    1. Open an mp3 file with quicktime plugin in a new tab
    2. Switch focus to some other tab or firefox window
    Expected Results:
    Audio playback should continue in the background.
    Actual Results:
    Audio playback cuts out and resumes once you click on the tab containing the plugin or if you hover over it with the cursor. The cutting and resuming out doesn't happen right away but after a short delay, suggesting that it might have something to do with thread prioritization.
    The file is completely buffered by quicktime, this is not about connection speed or bandwidth issues.
    Opening the link to the same file with right-click->Open Link in External Application works well.
    Someone else has filed a bug report against Firefox about this issue here:
    https://bugzilla.mozilla.org/show_bug.cgi?id=339449
    I wouldn't be surprised if this turns out not to be an issue with Gecko but with QuickTime.
    Can other users confirm this on XP? Is this a known QuickTime bug? Are there fixes or workarounds?
    Windows XP

    Yeah I had that thought as well but no joy. It works for the player but it doesn't solve my plugin problem. It really seems to be something about prioritizing, the way the audio cuts in and out - notice how it takes a few fractions of a second before a process loses its CPU cycles when you click away from it? You can observe this with System Monitor on the Mac or Linux or process explorer on XP. That's how the audio is cutting out and back in. I still think it's probably a bug/'feature' either with Gecko, the Firefox browser engine, or with the QT plugin..

  • Issue with MozillaFirefox browser and Flash application

    Hi all,
                 I am new to Flash and ActionScript 3.0.
                 I have created a new flash application and executed it(.swf file has obtained). But, now I need to display the contents of .swf file(i.e., output of my application) in a browser window.
                 So, the issue is: When I open flash application in InternetExplorer browser window,  then the application/.swf file opens fine. But, it is not working well when  open it in MozillaFirefox browser window.
       Please, can anyone help me in this context.
    Thanks in advance. Reply me as soon as possible.......
    Srihari.Ch

    Hi Cyboide,
                   Actually, I am new to Flash platform. I have developed a flash file and (.fla and .swf files are created) this .swf file I need to use within our project(based on Java) which is to be run in localhost. So, I had followed these steps as I saw in Google Help:
    1.) I had opened .fla file(First.fla) and goto File -> PublishSettings -> Formats tab.
    2.) In this tab, I had selected .html and .swf checkboxes and deselected remaining all.
    3.) Click on "Publish" button and then "OK" button.
    So, a html file with same name as that of .fla/.swf file is created in the same folder beside thes .fla and .swf files.
    I think it is clear upto this point.
                     Now,
                                If I open my .swf file simply in a browser window(Mozilla), I can view the contents. But, the Buttons, checkboxes, Combo-boxes etc., controls have no access(i.e., any animation, tweening works well but  there is  no user interaction).
                               Else, When I open my project in localhost(Java project), here somewhere i call my flash file(i.e.,First.swf file). But, the contents of .swf file are not viewed in the case of Mozilla Firefox. But, it works well in InternetExplorer browser including my whole project(i.e., all localhost). Hence, no problems when opened in IE.
    Please reply me as soon as possible. It is the only issue to end up my project.
    Waiting for replies.....
    thanks a lot in advance..
    Srihari.Ch

  • I am having this issue with the browser, the top of the page in the header I keep receiving in parentheses (Not Responding) or connection lost.why?

    There is an issue of receiving the pop windows stating that there is an problem with the script also. I get all of these problems when I am on facebook or even when I am logging onto my email account and the web.. At first it was not as bad, but has gotten more and more in the last couple of weeks..I tried the reset in the troubleshoot area to see maybe going back to the first default would help with Firefox,,but no..Please need some help with what to do..I have made sure that all of the plug ins are up to date. And deleted anything was not being used either application wise or plug ins. Thank you for any assistance with this problem.

    Hi,
    Please create a screenshot of the problem you're seeing by following the guide mentioned at [[How do I create a screenshot of my problem?]].
    Once you've done this, attach the saved screenshot file to your forum post by clicking the '''Browse...''' button below the ''Post your reply'' box. You really help us to visualize the problem.

  • Photo Gallery problem issue with explorer browser

    Hi there,
    I made a personal website with a photo gallery from iweb and everything run cool in a Mac system but when I visualize my photogallery from my website in an Explorer Browser from windows, my pictures doesn´t appear, we cannot see anything.
    Is anything to do to fix this problem?
    Thanks,
    Marco
    the site is this www.marcoluz.com

    There are three patches to fix iweb photos page for FF3 posted in this forum:
    http://discussions.apple.com/thread.jspa?threadID=1563823
    http://discussions.apple.com/thread.jspa?messageID=7418611

  • Display issue with some browser : OnMouse based on An Application Process

    Hello,
    I am playing a little bit with the Application Process and I tried to create something like the Aria Demo (onmouseover="ARIA_DETAIL(this, '#PERSON_ID#')")
    Indeed, no problem to make it work (using a default template among the 20 provided by Apex) BUT the issue is the following :
    - With IE ... the DISPLAY of bulb (tooltip --> dynamic output based on Application Process / PL/SQL) is fine (right of the link where the mouse is placed).
    - With Chrome and/or Mozzila : the DISPLAY (bulb or the tooltip) is on the upper/left corner of the Report.
    I tried to use the theme template provided with the Aria Demo Appli (ID : 120) --> no problem with Chrome or Mozilla
    I am eager to know if this is something related to the template (and how to make it work if I use one of the template provided by Apex).
    ManyThanks in Advance
    Regards

    Can anyone help ?
    Gus

  • I'm having issues with my browser redirecting me to other websites. I've scanned my computer twice, but it finds no problems. What can I do?

    Whenever I log on to my homepages (Hotmail and Facebook), I hear music and or advertisements in the background. If I click on a link, it will redirect me to one of the following pages - livesearchnow, alwayssearch or groovewish.

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • SpryMenubar issues with Safari Browser

    Hi Everyone,
    I am a newbie in using dreamweaver.I have developed a spry vertical menu bar in dreamweaver which should be browser compatible.on Testing found that it works well for all other browsers except Safari.While selecting the menu , it selects all the list of menus available in the menu bar.Kindly help to advise on this issue.
    Details:
    SprymenuBarvertical menu (it Works well in IE9 , chrome and Firefox and not in Safari)
    Thanks for the support....

    The best way to get help is to upload your problem page to the web (anywhere on the web) and post a link to it here.
    Then we can see it in our browsers and test it for ourselves.

  • Issues with browser helper in OATS

    I'm using OATS and am running into issues with not being able to start the browser helper when I attempt to record a session.
    I've tried to restart the browser utility, have re-installed the software and still have the problem.
    I had encountered this problem before on another box and the Windows admin gave me domain admin privileges and then I no longer had issues with the browser helper.
    Has anyone run into this before? Can anyone tell me whether or not there is any information available going over any required permissions for this tool?
    Thanks in advance for your consideration.
    Beth

    I just want to provide a better description of our issue here.
    We work in a secure environment and our client workstations are locked down in order to satisfy the organizational requirements of our customer.
    In this environment, we had the problem with starting the browser helper while using the openscript utility. Having local admin on our workstation did not address the problem. We played around with some of the individual permissions to no avail and finally, the admin applied the domain admin privilege to allow us to move forward with our testing.
    Can anyone shed any light on what individual privileges would be necessary to run this tool?
    Thanks very much,
    Beth

  • Strange Issue with Planning 11.1.2

    Hi All,
    Recently i've installed Hyperion 11.1.2 and i've noticed a strange issue. I've logged in to workspace as administrator, everything is fine. Now i logged off and then login as a user with role as Planner. He should not see Planning Administrator menu right ? But Planner can also able to see the admin menu. Now i've logged off and cleared all the Cookies, history in the Browser, and login as a user now, it has given the correct message as "Application is in maintenance mode, new logins are not allowed" and unable to see Admin menu now. Why it is happening. Is it really a bug or issue with the browser. Even if there is a issue with Browser, it should not work in this way right ? Pls. advice

    I have seen issues with other products in the 11.1.2 line retaining permissions with user login/logout on the same browser.
    As John says log a case show them how to replicate and continue forward. Likely 11.1.1.2.1 fixes this and it's know however get the case logged to get it in the pipeline in case you've discovered a new defect.
    And going forward you will need to ensure if you are logging in as a high access user on a user desktop to exit all browsers and ensure they are not running in task manager before leaving that pc.
    Regards,
    John A. Booth
    http://www.metavero.com

  • Incompatibility issues with the new flash pplayer

    Ever since I installed the new version of flash 11.5 I have had major issues with watching video etc. I am also into astronomy. Myself and many others have paid a lot of money to use Sloohs robotic telescopes in their canary islands observatory.
    I now cannot enjoy this because the flash player has compatibility issues with your browser. Me and quite a lot of others are getting rather annyoed this opportunity is being ruined because adobe have released a version of flash without checking it's compatibility with all browsers first.
    May I suggest that you contact them and ask that you are notified about new versions and release dates to ensure that you can make necessary amendments to prevent incompatibility issues.
    That way lots of angry people like me will not be complaning.

    At work, symantec endpoint. At home, norton. Ever since firefox 15, no flash version works except for 11.2. Now that ff18 was pushed out, it "forces" the upgrade to 11.5, and absolutely will not accept anything less. But as with any version of flash that was not 11.2, it just causes firefox to freeze up completely.

  • New version of yahoo beta mail will not upload attachments with foxfire browser

    I have switched to yahoo email's new beta version. I can not upload attachments while using foxfire browser on my PC but can using windows on my laptop? Yahoo live help could not find solution and felt it was a problem with the browser- foxfire? I just need to find solution to problem. Have any suggestions?

    I misunderstood the "of 25MB" part of the image. Maybe that's Yahoo's maximum allowance.
    The typical next step is to try to rule out a conflicting add-on. A standard diagnostic to bypass interference by extensions (and some custom settings) is to try Firefox's Safe Mode. More info on Safe Mode: [[Troubleshoot Firefox issues using Safe Mode]].
    To start in Safe Mode you can use:
    Help > Restart with Add-ons Disabled
    In the dialog, click "Start in Safe Mode."
    If uploads works correctly, this points to one of your extensions or custom settings as the likely culprit.
    If there's no difference, you could also test for a plugin conflict by disabling those here:
    orange Firefox button (or Tools menu) > Add-ons > Plugins category
    You probably have to reload the page or start a new message to test that change.
    Any difference?

  • I have an issue with the address browser in mail in Yosemite

    I am using IOS 10.10.1 now on an iMac and have discovered an issue with the address browser in mail.
    Previously in my pending to send email toolbar there was a contacts icon which I clicked  on to display my contacts list. I could hold down the Command button and select as many contacts I wanted (often up to 100), then select the field to send (to, ccc, bcc) and the contact would appear.
    Now, I have to click the + sign at the end of the field line, and select recipients one at a time. Not only that, but I have to click twice to get to the email address, once on the name and then the email address drops down under the name and then I click on the email address. When I do that the drop down box disappears and the recipient's email address goes to the field. I have tried all combinations of buttons to be able to choose multiple addresses but haven't found the right one yet.
    An Apple Support guy told me to open my regular Address book, and hold down the command button to choose multiple recipients then drag them to the field on my already opened send email.
    This is one way around the issue (which wasn't an issue in Mavericks) but where some recipients have two or more email addresses listed in my contacts it means I have to manually go through the finished list on my emails to make sure the most desired one was selected. What a pain.
    Also, previously, where I was sending out many emails and wanted to stop say half way down my list, and send, I could come back to that list for the next email and see where I'd got up to.
    I don't want to make groups because my recipients vary depending on what I am sending so my lists change constantly.
    Any suggestions?
    Last point...who archives? On my regular email page I now have the Archive icon to the left of my Delete icon which I would prefer was to the left, first in the line as this is the icon I use mostly. With Folders, my Sent and Trash lists, who needs to archive?
    Cheers,

    Last point...who archives? On my regular email page I now have the Archive icon to the left of my Delete icon which I would prefer was to the left, first in the line as this is the icon I use mostly. With Folders, my Sent and Trash lists, who needs to archive?
    I can help you only with the placement of the icon placement -- if you right-mouse click on the toolbar, then select Customize Toolbar, you can move an icon to where you want it to be.

  • I have an issue with some PDF documents   some MS Office documents, notably MS Word when received in eMail as attachments not displaying on iPhones, iPad 2s

    Hi,
    I have an issue with some PDF documents & some MS Office documents, notably MS Word when received in eMail as attachments not displaying properly on iPhones, iPad 2s & new iPads?
    PDF docs - areas of the doc only show as grey splotches regardles of viewer
    MS Word Docs -
    inserted graphics don't display at all,
    tables & lists especially with borders are broken &
    tables & lists missing the borders &
    tables & lists missing the 1st 1-2 lines of the lists/tables.
    This is replicated on iPhone 4s, iPhone 4Ss, iPad 2s, iPad new (x2)
    It certainly happens in iOS 5.1.1 & iOS 5.1
    We believe it all worked aok in iOS 5.0.1(?) & prior
    There is no problems reading/seeing these PDF & Word docs on anything other than iDevices.
    This is rather critical for us & if not quickly fixed/rectified will prevent us from further purchases of these devices
    Rolling back to iOS 5.0.1 or prior I believe isn't possible because of the BaseBand update(?) & isn't much of an option because of the quite noticeable Battery/Charging/WiFi improvements in 5.1 & 5.1.1

    Hi,
    I logged a call with AppleCare & have since had explained why this occurs (some time ago)
    I'll try to explain what was indicated to me.
    iOS has a limited Font Set & this affects what PDFs can display. You need to use iOS supported fonts in your PDFs to see/read them properly  
    These supported fonts are indicated here => http://support.apple.com/kb/HT4980
    Regards MS office docs, iOS doesn't have much of an API to work with MS Office documents at all so is stuck with 3rd Party Apps to try to do it.
    Unfortunately Mail in/on iOS uses the API to attempt to open/use MS Office attachments unless you tell it to use an App to open the attachment.
    I have had success opening & reading MS office docs now with CloudOn, but find it slow & very awkward to use.
    Not too sure if this helps others, but at least it explains why this is occurring

Maybe you are looking for

  • How to implement Sync-Sync scenario in BPM? Please help!

    Hi Experts,    I have a Sync-Sync scenario (SOAP - RFC) where both sender as well as receiver are synchronous.    I have created outbound sender sync interface, abstract sender sync interface, Receiver abstract sync interface and Receiver inbound syn

  • How to process checkbox change in a simple list?

    Hi guys, I'm in a middle of a task, where some table is asked to be written on the screen (simple WRITE statement) and one of the fields is written in a way: LOOP AT it.   WRITE: it-f1 AS CHECKBOX. ENDLOOP. The screen in simple, PF-STATUS is not comp

  • PDF (Oracle ADF Developer Guide 10g Handbook) not found

    Hi all, I try to open : http://www.oracle.com/technology/products/jdev/collateral/training10g.html to download PDF file [ [b]Oracle ADF Developer Guide 10g Handbook (free) JSF, ADF Business Components tech stack.] but when i try to click on book link

  • ** List of RFCs to retrieve messages from SXMB_MONI

    Hi friends, I found only one RFC 'SXMB_SELECT_MESSAGES'  to retrieve messages from SXMB_MONI. But, this RFC returns only message id. Could you kindly tell RFCs or classes other than this which will be usefull to retrieve XML Payload and other things

  • Installing CS 6

    I am on Mac v 10.10.3 using Indesign CS5. I purchased CS6 but never installed it and am now needing to do that. My question, Will the new CS 6 install ok with CS 5 already on computer?