i wanna upload files to cloud.there are 3 folders in cloud like P1,P2 and P3. I am uploading image(all formats), audio files, video files,ppt,pptx,doc,docx,pdf and text files. i wanna do these things before uploading.
- generate filenames as for jpeg image J1_YYYYMMDDHHMMSS_YYYYMMDDHHMMSS.jpg and for second jpeg img as J2_YYYYMMDDHHMMSS_YYYYMMDDHHMMSS.jpg and so on.
so same type of files start with respective letter and number which has to be unique and then the from time followed by end time. (for ppt starts with P, pptx as PX, doc as D, docx as DX, pdf as PF, text as T, audio as A, video as V)
and the first YYYYMMDDHHMMSS is starting period. and second YYYYMMDDHHMMSS is end time.
how will i do this while uploading in PHP.