Scratchpad for : TheITSystem
I got to this site in the first place trying to debug my cron issues. Those issues are solved. I'm down to the last step and currently working on it while thinking outloud.I need to create a .pl file that can render html to a remote user and then allow them to select check boxes and pop out calendars to associate a schedule with a file.
I.E.
User browses local machine for XYZ.gif and hits upload.
Once the file is uploaded it appears in a table. The table has
FileName | FileSize | Remove | Start | End | From | To | Days of the Week
XYZ.gif | 10K | CheckBox | Jan108 | Dec3108 | noon | midnight | 7 check boxes
I can do almost all of that no problem.
How do I get the Perl file to write that crontab entry for me.