Hello,
Is it possible to extract file name without file’s extension?
For example, user upload a file, the text(file uploader’s value) shows the name of the file like ‘Food menu’, but not ‘Food menu.pdf’.
Let me know how to resolve this.
Thanks
Hello,
Is it possible to extract file name without file’s extension?
For example, user upload a file, the text(file uploader’s value) shows the name of the file like ‘Food menu’, but not ‘Food menu.pdf’.
Let me know how to resolve this.
Thanks
Not sure whether this can help you, but you can try to make a plugin to get it. You can take a look on this webpage and have a try.
Samson @ Plugin Developer
Plugin Page
Plugin Forum
Try :split by ( ‘.’ ) : first item
This will split the filename by the .
and give you the first part - the part you are interested in.
@samsonlcl
Thank you for your reply!
Yes, It is useful for me!
Thanks!
@blurapps
Thank you for your reply!
Yes, This is what I want to do!
Thank you for your help!
This topic was automatically closed after 70 days. New replies are no longer allowed.