Forum Discussion
JohnThomas
8 years agoQrew Cadet
Within my knowledge on native quick base there is no option, based on there documentation on the Field Type of File Attachment the maximum size of file is 100 MB.
Using Script you can limit that one
$('#you_can_give_your_field_id ').bind('change', function() {
//this.files[0].size gets the size of your file.
alert(this.files[0].size);
});
This will give the size of file based on bytes.
I think this solves your problem.
Any help needed you can reply
Using Script you can limit that one
$('#you_can_give_your_field_id ').bind('change', function() {
//this.files[0].size gets the size of your file.
alert(this.files[0].size);
});
This will give the size of file based on bytes.
I think this solves your problem.
Any help needed you can reply
- JuanSolorio13 years agoQrew CadetHello John,
Where/how do you use this code snippet?
Thanks in advance.
------------------------------
Juan Solorio
------------------------------- MarkShnier__You3 years ago
Qrew Legend
Juan,
JavaScript has been disabled in QuickBase so this whole thread is no longer valid.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------ - MikeTamoush3 years agoQrew EliteJuan,
I have been trying for years to find the file size or limit it, with no luck. If you stumble across a solution, please post in the forum!
------------------------------
Mike Tamoush
------------------------------- JuanSolorio13 years agoQrew CadetHi Mike,
Same here. This feature has been needed by almost every client of mine.
There is an update from Quick Base on this:
-------------------------------------------
There's been an update on your Quickbase request: attachment size
Your request status is now: Planned
Here's the update from Kristina Hristova of Quickbase:
"Hello all - we want to let everyone know that we plan to implement this feature on our new forms. There is no timeline at this point, but keep an eye on our release notes for more details."
A step in the right direction, no doubt. Hopefully, it will be implemented sooner rather than later.
------------------------------
Juan Solorio
------------------------------