-
I would appreciate if you could add an example of how to structure a bulk API insert execution that includes one job with multiple batches. My use case is to break up a large csv file and process the …
-
I am using html5 native filereader api.
I have a div where my users drag and drop the images in.
the setup is similar to this example. http://robertnyman.com/html5/fileapi-upload/fileapi-upload.html…
-
hi,danialfarid
Your uploader is quite cool.
But when i use it to post a big data without any file or form data like this.
``` javascript
$upload.upload({
url : 'xxx',
method : 'POST',
data : {
…
-
Previews are not showing in Safari on Windows.
-
Thanks so much for creating this! It is awesome!
I had a problem importing a large OhLife file. My wife had a lot of photos, so the instance ran out of memory:
> 2014-11-02 09:23:54.725 /import 500 …
-
I couldn't find anything about browser compatibility. My main concern is IE 8, but I also need to support more up-to-date versions of Firefox and Chrome.
Will papaparse work with IE 8?
-
In the [demo code](http://afarkas.github.io/webshim/demos/demos/filereader.html), you use `file = $(this).prop('files')[0];` to get the file attributes, but the [File](https://developer.mozilla.org/en…
-
How do I invoke the parser with an actual file path, e.g., media/files/test.csv ?
-
[question]
can this be used to generate a db file that can be opened by sqlite(c/c++, php, etc.)?
-
http://twitter.com/paulrouget/status/9587929569
```
if ("files" in DataTransfer.prototype) {...}
```