| Author |
Aybody knows Perl ??
|
|
| Lebanese_007 2004-06-11, 10:36 am |
| HI all...
Does anybody know Perl language....i'm doing a calendar project... and i found one for free, but i don't know anything about perl language, i need to tweak it little bit... if anybody is willing to help, please reply to this message....
thanks alot
-Lebanese_007 | |
| bsdboy 2004-06-11, 11:07 am |
| what you trying to do with it? | |
| Lebanese_007 2004-06-11, 11:28 am |
| hi bsdboy
thank you for offering your help
I'm doing a project fot a school, they want the ability to do a web calendar for teachers to let them upload assingments and share it with students and parents.
i found a free calnedar written in perl, i tweaked as much as i can, but the only thing that i need is to add the ability to upload files to a centain folder.... so what i need is to add a code to the "Add/Edit events" to display a box and a "Broswe" button to locate the file and upload it to a certain folder...
do you think you know how to do that...
thanks alot
-Lebanese_007 | |
| curiousgeorge 2004-06-11, 3:04 pm |
| I don't know Perl, but I know Ellie May. | |
| Lebanese_007 2004-06-11, 3:38 pm |
| can i send you the file... and you look at it... | |
|
| You need to create a web based form using the form tag in HTML. The action uption submitting the form whould be a Perl script that uploads the file to a given location on your server. You can use the upload function in Perl to do this like so:
$file = $query->param('file to upload');
Try this and see if it works. It might be helpful if you post the part of the code that does the uploading. | |
| Sexy Lexy 2004-06-12, 11:03 am |
| Isn't she a singer? | |
| enforcer 2004-06-12, 3:02 pm |
| No, thats a sewing machine | |
| Sexy Lexy 2004-06-12, 3:05 pm |
| I thought that was married couples who openly have sex with others.
 |
|
|
|