Recent content by redskienz

  1. R

    Current File uploading file size.

    I have experienced inserting images to database. What I did is to create chunks of the image with sequence. e.g: Let's consider 10mb Image, I will gave the memptr variable size of 2500kb, assign 2500kb part by part of file and save to database. Sequence_(ImageChunk)_________Size...
  2. R

    Best web development with Progress db?

    It depends actually on several situations or how you define BEST: 1. What will you use as database? 2. What is the time frame of the project? 3. What expertise do you hold? Lots of Best Web Applications of today are commonly built in PHP, and JSP. In my own experience, PHP and Webspeed are...
  3. R

    Remove cgi-bin/cgiip.exe/ from URL: How?

    How do I configure apache to use default messenger cgiip.exe without including it to the URL? heres my apache httpd.conf. # # This is the main Apache HTTP server configuration file. It contains the # configuration directives that give the server its instructions. # See...
Top