Ovo će web mjesto raditi na ograničen način, dok obavljamo održavanje stranice. Ako neki članak ne riješi tvoj problem i ako želiš postaviti pitanje, naša zajednica za podršku spremna je pomoći na Twitteru @FirefoxSupport i na Redditu /r/firefox.

Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Saznaj više

File upload window can not be resized after upgrading to Firefox 7

  • 6 odgovora
  • 5 ima ovaj problem
  • 18 prikaza
  • Posljednji odgovor od Moomin

more options

After upgrading to Firefox 7.0.1 the file upload window is small and can not be resized.

After upgrading to Firefox 7.0.1 the file upload window is small and can not be resized.

Izabrano rješenje

It sounds like whatever it is, is as you originally said site specific.

Pročitaj ovaj odgovor u kontekstu 👍 0

Svi odgovori (6)

more options

Try in Firefox's safe mode

What is it that you are trying to do download files from somewhere on the internet to your own computer ?

more options

I am already running the default theme and now I have tried to run Firefox in safe mode with all plugins disabled, but I still can't resize the builtin File upload dialog. If I don't remeber completly wrong it was rezizeable in earlier version of Firefox.

It is not the download window that appears when you download a file from Internet to your computer, it is the upload window that shows when you want to upload a file from your computer to a server.

Now when I wanted to upload the image of the upload window, I found that this upload window is resizeable, it must be site specific?

more options

You could try the advanced javascript properties

Firefox button -> Options -> |Content | -> (Javascript -> Advanced)

more options

I didn't change anything, I tried to disable all javascript options and then I tried to enable all of them, but no change.

But I found that the difference between the file upload below (Add images) that I can resize and the one that I have a problem with, is the 'multiple' attribute. I removed it with the help of Firebug and then the File upload window became resizeable! I don't know if it is a bug or not, but at least I know why it doesn't work on that particular page.

HTML: <input type="file" multiple="multiple" id="torrent_upload_file" name="torrent_files[]">

Izmjenjeno od Moomin

more options

Odabrano rješenje

It sounds like whatever it is, is as you originally said site specific.

more options

Yeah, but it used to work with that page before version 7 (if I remember it right) and multiple is a valid HTML5 attribute. I will see if I can find out how to report a bug.