An open file seems to be locked and cannot be uploaded in Microsoft Edge - file-upload

Steps to Reproduce:
Open file for viewing (i.e. open .xls file in Microsoft Excel)
Attempt to upload file in Microsoft Edge browser. Observe file is not uploaded. FYI, I am using the upload file control from a web application. But I don't think this problem is specific to the web application as I can't replicate this issue using Chrome.
Close .xls file in Microsoft Excel
Attempt to re-upload file and observe it is successful
How would I resolve this, (i.e. have the ability to upload an opened file in Microsoft Edge)? Again, this problem cannot be reproduced using Chrome.

I have the same issue - apparently a Microsoft edge/office bug.
also present with word docs
Only workaround I have found so far is to advise the user to close the file...
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4675660/
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8732443/
Microsoft can be quoted as "hoping to fix it in one of the next releases." (comment is dated Sep 29, 2016 )
I would be keen to hear any other suggested "Workarounds"

Related

WEKA not identifying .ARFF files on M1 Mac

I have downloaded the latest version of WEKA on a newer Mac with the M1 chip and am having trouble opening .ARFF files. When I go to open the file, the file is not appearing as an option to open. It is perhaps a problem with permissions? But when I look at the permissions for the app, I am able to read and write. I am not getting an error message of any sort. I can only see the directories and no files.
Has anyone else had this problem and found a solution?
Many thanks!
I tried uninstalling and making sure I had downloaded the latest version of WEKA and I tried moving the .ARFF file to a new location.

Documentum issue: Setup cannot copy the file ExJNIAPI.dll

I was using webtop for some time and it was working fine.
Now its started to give this error and if I cancel it, its asking to download some cab Files, which I allowed.
But again when installed it starts showing the same error.
Any suggestions?
This is a required file for Documentum Webtop client side file transfer. Odds are, an update on the PC that you are viewing / editing files, has caused trouble.
Personally I would
back up any checked out files on local PC. By default (I think), would be in %USERPROFILE%\Documentum\CheckedOut
Reboot PC, to free up any processes holding locks on files and folders
Delete local UCF install, by default: %USERPROFILE%\Documentum
Login to Webtop and do fresh clean install
For futher troubles shooting take a look at
https://community.emc.com/people/aldago-zF7Lc/blog/2014/06/04/ucf-troubleshooting-v2
or in the new OpenText webtop forums
https://forums.opentext.com/forums/categories/documentum-webtop

how to unlock a PDF file extracted from an iPhone app?

I've downloaded the Cosmopolitan magazine on my iPhone not so long ago and from there I purchased the Sept. 2014 issue of the magazine. However, I can't save or e-mail my purchased issue from the app, all I can do is screen-cap it but that wouldn't give me a quality good enough to read the small text on the pages. So I eventually googled it and ended up downloading iFunBox which gives you the contents of your iPhone applications. From there, I looked up the content folders of the Cosmopolitan app and ended up with a PDF file which I'm assuming is the Sept. 2014 issue, which is cool, but the problem is that it's locked :(
I'm wondering if anyone can help me with unlocking the said PDF file?
Here's the PDF file: https://drive.google.com/file/d/0B3Tf7C_JNaZgeUJOa0NqYjB6Vkk/view
and here's the Cosmopolitan app contents folder: https://drive.google.com/file/d/0B3Tf7C_JNaZgVE54dWZyaUpYazA/view?usp=sharing (the p/w might be somewhere in the files there but I failed to find, OTL)
You could try a password removing utility. Here are 7 I found when googling for "pdf password removal"
http://pcsupport.about.com/od/toolsofthetrade/tp/pdf-password-remover.htm

How to open an sshfs-project in Adobe Brackets editor

adobe-brackets is an open source code editor for the web, written in JavaScript, HTML and CSS.
Although I followed the instructions on how to open a Project ( see also How to create a new project in adobe-brackets?) this does not work for my project-directory which is mapped via sshfs.
Brackets will show the sshfs directory but without any contents. (neither files nor subdirs)
Opening other locally stored directories works like a charm.
Any hints/suggestions?
Update: This is fixed in the latest release of Brackets, Sprint 34. You should now be able to open files on SSHFS file systems with no trouble.
original answer:
What platform are you on? If Linux, you might be seeing bug #5292, which is currently under investigation.
If not, it might be best if you just file a new bug specifying your platform and any other details, and then the Brackets devs (of which I am one) can take a look. When reporting a bug, always check the console log via Debug > Show Developer Tools and paste any exceptions there into your bug report.

Launch installed air application from browser for register file type

I have an air application register for a special filetype .part. After manual installation If I double click on a .part file it opened our air application and invoke the events perfectly. But if I am downloading the same file type from browser it doesn't show our air application as a default application to open with.
I also have this code in the descriptor file
<allowBrowserInvocation>true</allowBrowserInvocation>;
Any help is appreciated
Thanks
--
Fixed that. The problem was the extension of file I was using.
Fixed that. The problem was the extension of file I was using.