Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Uploading pics to ldap through webapp

by ksublondie (Friar)
on May 29, 2009 at 16:27 UTC ( [id://766886]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub uploadPhoto{
            my $self = shift;
    ...
            }
            return "Photo uploaded".(length($jpegimg));
    }
    
  2. or download this
    <form name='photoForm' action='[% userbase %]/ldap.pl' enctype="multip
    +art/form-data" method='post' id='photoForm'>
          <input type="hidden" name="rm" value="getDetailUser">
    ...
          <input type="file" name='photo'> <input type="button" value='Upl
    +oad' onclick='this.form.upload.value=1;this.form.submit();'>
    </form>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://766886]
Front-paged by tye
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-03-28 13:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found