Sorry the delay, hope you're still seeking for answers
Quote:
Originally Posted by iamfreelancer
1. scripts/component that allow user to upload product images and the server-side scripts need to reduce it size and res before storing into the databases
2. scripts that allow user to do a RTF entry before saving a memo field into the databases..
can php or .net do both the above without engaging in 3rd party scripts?
|
I'm a PHP enthusiasts and knows nothing about .NET. So here goes:
1. PHP able to cater for file uploads, all sort of files actually. And it also able to resize and create thumbnails for images with the usage of GD Library or ImageMagick (most web hosting have GB library installed by default).
2. I assume RTF here stands for Rich Text Format

I'm not so certain, does RTF content stores the same way notepad does? If not, it is still possible for PHP but requires the function to do some content stripping. You know for tabs, spaces, and such
