We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Ky sajt do të funksionojë me kufizime, teksa bëjmë mirëmbajtjen e tij për të përmirësuar punën tuaj. Nëse një artikull nuk e zgjidh problemin tuaj dhe dëshironi të bëni një pyetje, kemi bashkësinë tonë të asistencës, e gatshme për t’ju ndihmuar, te @FirefoxSupport në Twitter dhe/r/firefox në Reddit.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

How to allow for a script to upload a file from the hard drive?

  • 2 përgjigje
  • 2 e kanë hasur këtë problem
  • 36 parje
  • Përgjigjja më e re nga guster33k

more options

HI,

I have a custom filing script that automates file upload for my filing script, but Firefox does not allow for that with a "Security Error: The operation is insecure".

This is only for my personal computer on a script that I developed only for myself, on a separate FF profile.

In the past I used netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead") but that has been removed from Firefox.

Is there any other way to change security settings in Firefox to allow for a script to upload a file from the hard drive?

Thank you

HI, I have a custom filing script that automates file upload for my filing script, but Firefox does not allow for that with a "Security Error: The operation is insecure". This is only for my personal computer on a script that I developed only for myself, on a separate FF profile. In the past I used netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead") but that has been removed from Firefox. Is there any other way to change security settings in Firefox to allow for a script to upload a file from the hard drive? Thank you

Ndryshuar nga guster33k

Krejt Përgjigjet (2)

more options

hello, please refer to https://developer.mozilla.org/en-US/docs/Bypassing_Security_Restrictions_and_Signing_Code.

apparently it's no longer to circumvent that easily - you'd have to create your own addon for this purpose...

more options

Hello Philipp,

Thank you for your answer.

Do you know if there is any other way to disable or reduce security in FF that would allow for me to change the value of a file input field? Like in about:config or somewhere else?

As I mentioned, this is only for my personal use on a separate profile. So if I disabled security, to me, it would be fine.

If not I would have to learn the whole creating a Firefox extension bit and then redevelop my script to extensions.

Thank you