Log message #4019276

# At Username Text
# Apr 21st 2017, 14:19 styks198- hmic: just in case you are curious. https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsDataURL
# Apr 21st 2017, 14:19 hmic i am likey wrong, as i never tried. but security context would advise it be like i say
# Apr 21st 2017, 14:18 hmic styks198-: thats not my business really, but i still doubt this api is accessible from a normal website, only if run from a local (app) context!
# Apr 21st 2017, 14:18 sjundee Allright. I was having a look at burzums imagine plugin, which also will let me resize.
# Apr 21st 2017, 14:17 styks198- hmic: I believe the html5 file api allows you access to the data url before the file is ever uploaded
# Apr 21st 2017, 14:17 hmic you can, *if* you are on a mobile app with e.g. phonegap or how they call it today, but not a website IMHO
# Apr 21st 2017, 14:16 hmic i would not think canvas can include/access local files
# Apr 21st 2017, 14:16 sjundee true hmic.
# Apr 21st 2017, 14:16 styks198- on the subject of file uploaders. I have used filestack for a while now and they are rock solid for transforms, resize, whatever you need.
# Apr 21st 2017, 14:15 styks198- and data file urls
# Apr 21st 2017, 14:15 styks198- hmic: I think you can resize using canvas
# Apr 21st 2017, 14:15 hmic not the app owner, but your mobile data usage!
# Apr 21st 2017, 14:15 sjundee So @neon1024 , Ill check out the link you provided.
# Apr 21st 2017, 14:14 sjundee On a touch phone, no way you would care about reducing filesize to please the app owner :P
# Apr 21st 2017, 14:14 Neon1024 Although if the file is over your upload_limit or form_size ini variables, it’ll not make it to your server as styks198- alluded to
# Apr 21st 2017, 14:13 Neon1024 :p
# Apr 21st 2017, 14:13 Neon1024 #winner
# Apr 21st 2017, 14:13 sjundee No, server side, as I expect user not to adjust file before or after upload
# Apr 21st 2017, 14:13 hmic from within a webpage? - i doubt js can do that
# Apr 21st 2017, 14:12 styks198- they don’t want to upload the huge image
# Apr 21st 2017, 14:12 styks198- I assume because they are on mobile
# Apr 21st 2017, 14:12 Neon1024 I’d make a ticket for the front-end developer :p
# Apr 21st 2017, 14:12 Neon1024 Oh, client side?
# Apr 21st 2017, 14:12 styks198- sjundee: You would need some client side javascript to reduce the image before uploading
# Apr 21st 2017, 14:12 Neon1024 sjundee, I’d use http://image.intervention.io/api/resize
# Apr 21st 2017, 14:11 sjundee I would like to ask for advice regarding image upload directly from mobile. Mobile pictures is uploading with a big filesize. How would you reduce the filesize of the file being uploaded?
# Apr 21st 2017, 14:09 Neon1024 But that’s kinda advanced topic I’d think
# Apr 21st 2017, 14:08 Neon1024 i think dereuromark has plugin which can create a faux uuid linked to an id
# Apr 21st 2017, 14:08 Neon1024 Or use uuid’s or something
# Apr 21st 2017, 14:08 Neon1024 Try not to show your primary keys in your urls :p
# Apr 21st 2017, 14:08 Neon1024 You’re welcome, good luck with it. It’ll be awesome
# Apr 21st 2017, 14:07 birdy247 Thanks for the tips guys :slightly_smiling_face:
# Apr 21st 2017, 14:07 Neon1024 .o>
# Apr 21st 2017, 14:07 birdy247 meeting :(
# Apr 21st 2017, 14:07 birdy247 im excited
# Apr 21st 2017, 14:07 birdy247 awesome
# Apr 21st 2017, 14:07 Neon1024 https://book.cakephp.org/3.0/en/controllers/components/authentication.html#creating-custom-authorize-objects
# Apr 21st 2017, 14:06 Neon1024 Writing an auth adapter is actually really easy
# Apr 21st 2017, 14:06 birdy247 cool
# Apr 21st 2017, 14:06 Neon1024 I think Xety has a token auth plugin, and ADmad has JWT Auth, which do similar things
# Apr 21st 2017, 14:06 Neon1024 As we have extra fields in there which I’d rather not expose