filepicker.io Questions
2
Future uploadmultipleimage(List<File>img) async {
var uri = Uri.parse("http://192.168.15.106/easy/uploadfile.php");
http.MultipartRequest request = http.MultipartRequest('POST', ...
Aslant asked 22/4, 2022 at 18:35
5
I am using file picker plugin to pick images I want to display the picked images on the screen below is my code Am able to pick image name and path and display them as text in my app but unable to ...
Olwen asked 31/5, 2020 at 1:32
2
Upload files with multipart/form-data is straight forward and works well most of time until you started to be focused on big files upload. If we look closely what happens during a file upload:
cl...
Jaquelynjaquenetta asked 24/8, 2015 at 19:49
1
Solved
Hi am using Filepicker Plugin for get images and videos from gallery in my iOS cordova application.
Am getting a temporary path of image and video from the plugin when we pick image or video from ...
Freezing asked 23/6, 2015 at 16:59
1
Solved
I've simple HTML File control/s on my form. It's dynamic in nature, means user can upload one or multiple files. Its HTML is as follows :
<input type="file" id="image_book" class="image_book up...
Cero asked 30/4, 2015 at 15:25
3
I'm wondering if Filepicker.io has the ability to limit the number of files a user can pick/upload? Looking through the docs I can only find maxSize which limits the size of the individual files. I...
Emblements asked 27/11, 2012 at 14:48
2
I am developing a website on ruby on rails where users can upload pictures thanks to paperclip, it is stored in amazon S3. After, they can modify pictures thanks to aviary. But when i want to save ...
Highpressure asked 10/12, 2013 at 16:37
2
I'm currently looking to try and create a simple image uploader application which allows a user to load a picture from their desktop, select a crop area (using jcrop) in a specific aspect ratio, an...
Catlin asked 20/6, 2013 at 20:19
2
Solved
I have an application where users upload an image and it has to be available in three different sizes (thumbnail, medium size, full size). The image does not need to be modified by my users.
It s...
Gustav asked 19/12, 2012 at 17:7
3
Solved
So I'm trying to use filepicker.io with a GAE application. The filepicker widget returns the URL of the file that a user uploaded.
How do I then use this url to upload the file to GAE's blobstore?...
Bor asked 27/8, 2012 at 20:41
1
Solved
I am using filepicker and set the mimetype for the upload on 'text/csv'. It works pretty well on Mac chrome, but on windows it does not. Any idea on how to fix this? Thanks.
Ace
Tachylyte asked 8/7, 2013 at 2:32
1
I'm trying to send large files (50MB-2GB) that I have stored in S3 using filepicker.io to the Google App Engine Blobstore (in Python). I would like this to happen without going through a form on th...
Polymerism asked 12/4, 2013 at 11:43
2
Solved
I've recently noticed a weirdness in Chrome where .mov files aren't being recognized as valid video files when picking. The following JSFiddle illustrates my point
http://jsfiddle.net/6aJBM/
You'...
Flavor asked 15/1, 2013 at 2:38
1
When using the built in UIImagePicker from iOS the developer has access to the thumbnail image used in the picker. Is it possible to access the thumbnail used by Filepicker or otherwise access the ...
Perzan asked 26/11, 2012 at 16:8
2
Solved
I'm using Filepicker.io to handle my image uploads on my website.
I'm also using FancyBox to display a nice slider. Everything works fine if I use a regular image like: http://i.imgur.com/asdf.jpe...
Pandemonium asked 21/12, 2012 at 5:58
1
© 2022 - 2024 — McMap. All rights reserved.