I stedet for at indstille typen til blob, prøv at øge maxSize-begrænsningen:
static constraints = {
rawFile(maxSize: 20 * 1024 * 1024) // 20 MBs
// ...
}
I stedet for at indstille typen til blob, prøv at øge maxSize-begrænsningen:
static constraints = {
rawFile(maxSize: 20 * 1024 * 1024) // 20 MBs
// ...
}