I have a concern about my program....the files that I want uploaded vary n size....would that affect the upload?
I did not set anything anywhere to enforce the file size to be uploaded, and only really small files are able to upload...
maydhyam 38 Posting Pro :)
Recommended Answers
Jump to PostPut set_time_limit(0); on top of your script.
http://in.php.net/set_time_limit
Jump to Post:?: hmmm.. keep printing $data.. Ie., print_r($data); and see if it prints any data for the large file.. also check how many records does it print..
Jump to PostYeah.. it does.. Try opening a 30 mb file in notepad.. You can take a nap by the time it opens the file.. Umm.. I don't know how to process a large file.. Lets see if someone else has an idea :(
Jump to PostOK, so the script works. I think it has something to do with the syntax within the file, let's debug.
replace line 225:
$qry = mysql_query($query,$conn);
with
$qry = mysql_query($query,$conn) or die("<b>A fatal MySQL error occured</b>.\n<br />Query: " . $query . "<br />\nError: …
Jump to PostStrange! Does it have something to do with file extension ? :S
All 65 Replies
nav33n 472 Purple hazed! Team Colleague Featured Poster
maydhyam 38 Posting Pro :)
maydhyam 38 Posting Pro :)
maydhyam 38 Posting Pro :)
nav33n 472 Purple hazed! Team Colleague Featured Poster
maydhyam 38 Posting Pro :)
nav33n 472 Purple hazed! Team Colleague Featured Poster
maydhyam 38 Posting Pro :)
nav33n 472 Purple hazed! Team Colleague Featured Poster
maydhyam 38 Posting Pro :)
nav33n 472 Purple hazed! Team Colleague Featured Poster
maydhyam 38 Posting Pro :)
nav33n 472 Purple hazed! Team Colleague Featured Poster
maydhyam 38 Posting Pro :)
nav33n 472 Purple hazed! Team Colleague Featured Poster
maydhyam 38 Posting Pro :)
nav33n 472 Purple hazed! Team Colleague Featured Poster
maydhyam 38 Posting Pro :)
nav33n 472 Purple hazed! Team Colleague Featured Poster
maydhyam 38 Posting Pro :)
nav33n 472 Purple hazed! Team Colleague Featured Poster
maydhyam 38 Posting Pro :)
nav33n 472 Purple hazed! Team Colleague Featured Poster
maydhyam 38 Posting Pro :)
nav33n 472 Purple hazed! Team Colleague Featured Poster
maydhyam 38 Posting Pro :)
nav33n 472 Purple hazed! Team Colleague Featured Poster
maydhyam 38 Posting Pro :)
nav33n 472 Purple hazed! Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.