I'm stuck, trying to get the name of image after uploaded it.
C:\work\assets\pic_items\06c1dd6b-5173-47b6-be09-f5c76866996d.PNG
I always get this result all I want is just the last 06c1dd6b-5173-47b6-be09-f5c76866996d.PNG
I use .split but it doesn't seems to work
picture_path = uploadedFiles[0].fd.z[z.length-1].split('.');