Fineuploader file is empty validation fires in safari for multiple files - fine-uploader

The file is empty built-in validation fires when multiple files are selected in safari. I was able to duplicate this behaviour in the fine uploader demo site. Steps to reproduce:
Start safari (I have tried windows desktop safari, iPad and iPhone)
go to http://fineuploader.com/demos.html
Click the Upload files button under the text restrictions to jpeg, jpg and txt
Select multiple jpg files.
The file is empty validation error appears.
This does not happen if the files are chosen individual or if using IE or Chrome.

Related

Flutter Windows app crashes without error while loading multiple images from local disk

I created a multi image selector form field widget to use within a form with validation and so on, and it works fine; however, when I select 8 or more images from a file picker at once and add them to the selected images list, which would be displayed in an image widget within a GridView, the app crashes without any errors.
I even tried the app on Android to see if it happened there, but everything was OK even when I added 10+ images at a time.
I'm wondering if there's any way to debug this because I'm at a loss for what to do right now with no errors.
i've tried these:
Using a 50x50 pixel size cache for the selected image list to avoid loading a large amount of data at once
It turned out to be file_picker v4.0.0 causing the issue
Apparently, when you select files using this package, it will interact with the file, either loading it or whatnot. I'm not sure, but I discovered it by removing image widgets and only displaying the selected image paths using a text widget and it still crashed, so I was certain it was the file picker's fault and chose to use file picker cross even though it depends on file picker it was working differently and it didn't crash the app even with 20 images selected.

Chrome opens download links in a new tab as a file instead of downloading the file on mac os

I'm trying to download jquery 3.4.1 compressed, but when I click on the download link on jQuery's official website, chrome just opens the content inside the jQuery file in a new window instead of downloading it.
An image of the jQuery website and the link I clicked on Sry I still can't embed images yet so it's a link
Here's an image of the tab chrome opens when I click on the link
BTW this also happens if I use Safari so I'm not sure if it's a problem with chrome or macs.
If this happens, just use the File → Save ("Save Page As…" in chrome, or however your particular browser spells it) function of your browser after clicking on the link. At least for files that aren't HTML, you'll get the same result as if the file automatically downloaded.

AS3 Blank copies of dynamically loaded images (works fine in Preview Mode, not in browser)

In AS3 I am loading an image at runtime using loaderContainer.load(new URLRequest(nameofpic)). The image loads perfectly fine, but then I need to copy the image into a number (24) of MCs and this is where it gets tricky.
The problem is, I can run it perfectly fine in preview mode, got all the 24 copies, but whenever I try running it in Firefox or IE, the images aren't displayed. No errors, just blank spaces.
It works with images present when exporting, both on stage or in the library -- their copies are visible in both preview mode and in the browser, but the browser doesn't want to work with dynamically loaded images
I have tried the draw() method as well as bitmapData.clone and again, they seem not to work in the browser, while they're fine in the preview mode.
Do you know what causes the problem and/if there is a list of more of such bugs?
DB

Magento browse files button not working

Magento Upload Image Issue : When I click on "Browse Files" button to upload images for a product. It is not browsing files from my computer.
Try different browsers. I know sometimes I find, say, it won't work in Chrome but will in Firefox. It's all Flash related.
Magentos Flex uploader is based on Flash. If you cannot select files this usually means you don't have the Flash plugin activated in your browser.
Check that there are no javascript errors
You can use chrome developer console.
Basically to start using it just open website in chrome, right click on certain element and select "inspect element".
After that switch to console tab and reload the page.
More about it can be found here - https://developers.google.com/chrome-developer-tools/docs/console

some elastislide images fail to load in IE9

I'm using 2 elastisliders on a web page and everything works fine in firefox, chrome, safari, ie8 and 10 but in ie9 some images fail to load. The images which are failing to load are random (a page refresh results in different images failing to load). When I left-click and select "show image" the image appears just fine. I already added a image loading script written for IE specific but this doesn't seem to help. anyone?

Resources