Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

RE: Re: handling file uploads.

by Punto (Scribe)
on Jun 17, 2000 at 01:01 UTC ( [id://18552]=note: print w/replies, xml ) Need Help??


in reply to Re: handling file uploads.
in thread handling file uploads.

question about the code on that thread: is there any way to find out the name of the file that's being uploaded?

Thanks..

Replies are listed 'Best First'.
RE:(3) handling file uploads.
by Russ (Deacon) on Jun 17, 2000 at 02:02 UTC
      There _is_ a problem with the name parameter though; on some system/browser combinations it consists of the whole path to the file. I guess you coud yse split on "/" and/or \. does anyone have a better solution?

      /wonko

        The core File::Basename module may be of assistance. You might also have luck with a regex like the following: $filename =~ s!.*[/\]([^/\]*?)!$1!; I put more stock in the module than in my regex, however.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://18552]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-19 20:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found