I can only load a file that is 1 mb and that is it. If I try and upload anything over 1 mb it doesnt work.
I am using a standare upload script on our Solaris 10 server with PHP 5:
<form enctype="multipart/form-data" name="test" method="POST" action="filename.php">
<input type="hidden"...
Please advise what would cause slow upload times from Windows workstation to Windows Server? I have several Intranet web pages on different Intranet servers in my office. The client workstations use the ASP site to upload files from the workstation to the server.
It sometimes takes as much...
I have 10 web pages on a Windows 2000 intranet server. Everyone has to use Windows Network login to view Intranet web pages. I need to restrict who can view 10 web pages which are located in this directory -> C:/webServerApps/restrictedDirectory
I would like to restrict the access to view...
I have a Cold Fusion 8 (on Windows 2000) web application that uses a database driven login to an Intranet restricted site. Now I need to have about 10 people be able to get into the site without logging in.
I have seen where people can login into another intranet network and automatically...
I am using PHP 5.2.5 to insert record into Oracle 9i.
For my database input I was getting two duplicate record inserts when I only needed just one record.
Here is what I had:
require_once('oraConnect.php');
$query = "insert into cityTable values (1, 'George')";
$stmt = oci_parse($db_conn...
I have 2 drop downs where I want the second one to be disabled. It will only be enabled after the first drop down has been selected.
Here is my attempt but not working because the second drop down is always enabled:
<script>
function enableField()
{
if(document.myname.movie.value != "")
{...
I use OCILogon for my Oracle connections. Someone mentioned I could use PEAR. What is the difference and which is better?
I assume I need to manually close my connection if using either one?
I have a field called fullname that outputs records with fullname of people.
Here is what I have when I do a simple sql:
Select fullname from tableOne
John Jones
Bill Aronsen
Sam Baker
George Williams
Dave Smith
I would like to sort in order of last name but cant figure out how to do the sql...
I have a function that works with input text onblur but wont work with select option.
Here is example of how it works with input text where the user enters a city and populateFullname() function automatically populates the fullname field with a value:
<input type="text" name="city"...
I have a Cold Fusion 8 paging attempt that is not working because no records show even though I query 200 records.
It shows the Paging box only with just Page 1 label.
Please advise.
MainPage.cfm
<cfquery name="artists" datasource="cfartgallery">
SELECT artistid, lastname, firstname, email...
I am using OEM 9.2.0.1.0 and cant display CLOB data.
I can display the CLOB field names in the table but it doesnt show the CLOB field name and data when I view the actual data. It shows all the other field types and data but never CLOB. If I use SQL Plus I can view the CLOB data.
Please...
XML is considered client side language or server side language?
It seems to work on server side only.
Please advise if it is client or server side or is it both?
AJAX is considered client side language or server side?
It seems to be using client side (JavaScript) working with XML on the server.
Please advise if it is one or the other or both?
I have Windows XP Professional on my Home PC.
Sometimes the mouse freezes up and sometimes Windows pop up menus just pop up and I have to click on the pop up item to close it. I reinstalled the Windows XP OS and it still has the same problem. Please advise how I can correct this issue and why...
For my Intranet site, I want to use Windows 2003 login for my CF 8 web app. The user will only be logged in on the machine they request the application. I tried using cgi.auth_user but it returns nothing. Please advise why I cant fetch this info? I basically need the user network login...
For our Cold Fusion 8 on Windows 2003 I am trying to get the username from the Windows 2003 domain.
I use server side command such as cgi.auth_user to try and get it but nothing shows.
Please advise if there something the Server admins need to turn on the server for it to work? Something...
When I send mail in my Java it always outputs the from address with the email address as it should where the email goes to the person and the person can reply back to the sender email address:
From: smith@place.com
To: jones@place.com
Subject: Hello World
I would like to display the name...
I need to migrate MySQL and Access databases over to Oracle 9i. Is there a tool that will do this and also migrate sql scripts?
I heard of Oracle Workbench as one tool I could use?
Please advise.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.