I need to be able to load files as big as 100 mb and I can only load 1 mb at the most right now.
If I understand it looks like I need to create my own php.ini file which will be located in same directory as my upload scirpt? And I can add one line to it like this: upload_max_filesize = 101M ...
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?
It plugs into the mid section of the CPU and has 7 small needle plug ins with one center piece plug in.
I assume that is a plug in or is it USB?
This is on a Dell model 2350.
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.