Wednesday, October 22, 2008

Change Employee Photo in OID

This is a simple html form that I recently used in one of my clients to give them a quick way to custumise the upload of employee pictures into OID.

It's not really an application, it's just using a custom HTML form to submit to OIDDAS.... Sometimes, the simplest solution its the right one...

All you need to do, it's change the URL of the form action to point to your OIDDAS server (OAS Infrastructure)



< form enctype="multipart/form-data" method="POST" action="http://mysso.com.au:7777/oiddas/ui/oracle/ldap/das/mypage/EditMyPage" >

< input id="fu" size="20" name="file" type="file" >
< input name="event" value="updateData" type="hidden" >
< input type="submit" >
< /form >

No comments: