Hi,
Sorry for asking simple things.
Anybody kind enough to tell me how to upload files? The example document would be great.
Thanks in advance for the help.
how to upload files?
Moderators: Jon, Steve, Ian, Dave
-
- Ebase User
- Posts: 305
- Joined: Thu Jul 02, 2015 8:32 am
- Location: Indonesia
-
- Moderator
- Posts: 1342
- Joined: Wed Sep 12, 2007 12:49 pm
-
- Ebase User
- Posts: 305
- Joined: Thu Jul 02, 2015 8:32 am
- Location: Indonesia
-
- Ebase User
- Posts: 649
- Joined: Mon Dec 09, 2013 6:37 pm
These lines of code should help you get started: replace uploadDir with the local upload directory.
Code: Select all
var opts = new UploadOptions();
opts.directory=uploadDir;
opts.maxFileSize="20M";
form.uploadFileFromBrowser(opts);
0 x
-
- Ebase User
- Posts: 305
- Joined: Thu Jul 02, 2015 8:32 am
- Location: Indonesia
Thanks a lot, Segi
Segi wrote:These lines of code should help you get started: replace uploadDir with the local upload directory.
Code: Select all
var opts = new UploadOptions(); opts.directory=uploadDir; opts.maxFileSize="20M"; form.uploadFileFromBrowser(opts);
0 x
Who is online
Users browsing this forum: No registered users and 15 guests