Sorry, but I've got another newbie question. I need a regex to remove the path from a filename uploaded from a browser. It would look something like this:
or something like that, and all I need is the following part: pic3.jpg. The one I made looks like this:
but it doesn't work with files coming from a floppy. Any help would be appreciated.