glutonium
glutonium
KPCKevin Powell - Community
Created by Faker on 11/17/2024 in #back-end
Content-type multipart/form-data vs application/json when submitting a form
hmmm i see
61 replies
KPCKevin Powell - Community
Created by Faker on 11/17/2024 in #back-end
Content-type multipart/form-data vs application/json when submitting a form
i agree
61 replies
KPCKevin Powell - Community
Created by Faker on 11/17/2024 in #back-end
Content-type multipart/form-data vs application/json when submitting a form
i JUST realised that i said json file and not json data after reading your msg o_O i was actually meaning json data but my monki brain said file but ya i can tell json file would be quite different and rather complicated than simple json data. sorry 😅😅
61 replies
KPCKevin Powell - Community
Created by GeorgeCraft225 on 11/17/2024 in #front-end
Counter.js not working on live site (Vercel)
u can create your own function called counter() that takes 4 arguments
function counter(startNumber, endNumber, elementToUpdate, delta_t) {
// code
}
function counter(startNumber, endNumber, elementToUpdate, delta_t) {
// code
}
49 replies
KPCKevin Powell - Community
Created by GeorgeCraft225 on 11/17/2024 in #front-end
Counter.js not working on live site (Vercel)
and cancelInterval()
49 replies
KPCKevin Powell - Community
Created by GeorgeCraft225 on 11/17/2024 in #front-end
Counter.js not working on live site (Vercel)
all u need to know is how to update dom elements and setInterval()
49 replies
KPCKevin Powell - Community
Created by GeorgeCraft225 on 11/17/2024 in #front-end
Counter.js not working on live site (Vercel)
i would probably recommend coding this particular counting part on your own
49 replies
KPCKevin Powell - Community
Created by GeorgeCraft225 on 11/17/2024 in #front-end
Counter.js not working on live site (Vercel)
this really isn't a hard effect to make i would really just coded it in js on my own than depend on a dependency
49 replies
KPCKevin Powell - Community
Created by Faker on 11/17/2024 in #back-end
Content-type multipart/form-data vs application/json when submitting a form
welcome
61 replies
KPCKevin Powell - Community
Created by Faker on 11/17/2024 in #back-end
Content-type multipart/form-data vs application/json when submitting a form
61 replies
KPCKevin Powell - Community
Created by Faker on 11/17/2024 in #back-end
Content-type multipart/form-data vs application/json when submitting a form
u can also probably get an idea on how to structure your backend
61 replies
KPCKevin Powell - Community
Created by Faker on 11/17/2024 in #back-end
Content-type multipart/form-data vs application/json when submitting a form
not really sure how much it'll help u, but i was using most of the things u will be usign. like 90%
61 replies
KPCKevin Powell - Community
Created by Faker on 11/17/2024 in #back-end
Content-type multipart/form-data vs application/json when submitting a form
u can check it out and see if u can kind of understand what's going on
61 replies
KPCKevin Powell - Community
Created by Faker on 11/17/2024 in #back-end
Content-type multipart/form-data vs application/json when submitting a form
a backend project
61 replies
KPCKevin Powell - Community
Created by Faker on 11/17/2024 in #back-end
Content-type multipart/form-data vs application/json when submitting a form
btw I have a project i did long ago
61 replies
KPCKevin Powell - Community
Created by Faker on 11/17/2024 in #back-end
Content-type multipart/form-data vs application/json when submitting a form
welcm
61 replies
KPCKevin Powell - Community
Created by Faker on 11/17/2024 in #back-end
Content-type multipart/form-data vs application/json when submitting a form
otherwise if just shrimple text data then i think either would work. but if u still have issues without multar then try with multar
61 replies
KPCKevin Powell - Community
Created by Faker on 11/17/2024 in #back-end
Content-type multipart/form-data vs application/json when submitting a form
if u r going to send files to the server then multar
61 replies
KPCKevin Powell - Community
Created by Faker on 11/17/2024 in #back-end
Content-type multipart/form-data vs application/json when submitting a form
it let's u handle form data + files
61 replies
KPCKevin Powell - Community
Created by Faker on 11/17/2024 in #back-end
Content-type multipart/form-data vs application/json when submitting a form
search nodejs multar
61 replies