Hi , I was working on a application so I am required to upload files to the site with the help of a ajax plugin called uploadify. When it uploads it should also make a insertion into the database please tell me how to do that?
8 replies to this topic
#1
Posted 02 October 2011 - 05:33 AM
|
|
|
#2
Posted 02 October 2011 - 05:44 AM
Do you know how to do an insert into the database using a standard form submission?
#3
Posted 02 October 2011 - 07:26 AM
Ya I do know that!
---------- Post added at 08:56 PM ---------- Previous post was at 08:18 PM ----------
But I need it to allow multiple upload dialogs to come up and I am using uploadigy
---------- Post added at 08:56 PM ---------- Previous post was at 08:18 PM ----------
But I need it to allow multiple upload dialogs to come up and I am using uploadigy
#4
Posted 02 October 2011 - 06:14 PM
You've got three issues:
1) a quick search suggests there may be multiple versions of uploadify. Which version are you working with?
2) once you know the version, you need to identify how the AJAX call is received in your PHP script
3) once you know that, you just have to parse the data and convert it into the necessary calls to load it into your database.
Given all that, where are you at?
1) a quick search suggests there may be multiple versions of uploadify. Which version are you working with?
2) once you know the version, you need to identify how the AJAX call is received in your PHP script
3) once you know that, you just have to parse the data and convert it into the necessary calls to load it into your database.
Given all that, where are you at?
#5
Posted 03 October 2011 - 01:38 AM
Well I made a way to make multiple instances of uploadify plugin but I need to know how it uploads files to the server!
---------- Post added at 03:08 PM ---------- Previous post was at 03:00 PM ----------
http://www.iamonly4u...d/uploadify.zip
http://www.iamonly4u...pload/tempd.zip
Here are my progress with the project!
---------- Post added at 03:08 PM ---------- Previous post was at 03:00 PM ----------
http://www.iamonly4u...d/uploadify.zip
http://www.iamonly4u...pload/tempd.zip
Here are my progress with the project!
#6
Posted 03 October 2011 - 07:53 AM
Your project doesn't appear to include any version of uploadify. Are you using the jQuery version, the flash version, the???
#7
Posted 10 October 2011 - 09:25 AM
Well basically in the files which i have supplied that I am using!
I suppose its the flash version!
I suppose its the flash version!
#8
Posted 10 October 2011 - 12:45 PM
Which of your PHP files is listening for the ajax calls from the flash version? That's the one you'll need to modify to load the file into your database.
#9
Posted 18 October 2011 - 07:20 PM
I prefer to save the files to a folder and save their names in the table, that way you don't have giant bulking incompatible databases.
Please, write clearly with proper structure. Double spacing makes the text feel un-jointed, Capitalizing Every Word Means People Stop Before Every Word Sub-Consciously Which Is A Pain In The Backside, and use code tags! (The right most styling box).
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









