Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~896 People Reached
Favorite Forums
Favorite Tags
Member Avatar for gavy

Hi Guys! I have one question, Is there any free streaming server avaliable. if yes, please tell me. I am currently hosted on Shared host. can i remotely access the free streaming server to work with my website. if yes, how can i set that stuff. where my files will …

Member Avatar for Lizapotter
0
60
Member Avatar for gavy

Hi, I am using a Flash Component provided in asfusion.com to upload files in Coldfusion. I used in my flash forms exactly the same way as it is defined in the focumentation as; <cfformitem type="html"> <cf_flashUpload label="Upload Picture: " name="logo" fileTypes="*.jpg;*.png;*.gif" fileDescription="Image files" actionFile="upload.cfm"> <cf_flashUploadInput buttonStyle="corner-radius: 0;" inputStyle="fontWeight:bold" inputWidth="180" uploadButton="true" …

Member Avatar for Prodian
0
171
Member Avatar for gavy

Hi Guys, I am facing a very wired problem. i am building a website which toggle between the modes. 1. html forms 2. flash forms it works in all browsers except mozilla. the default i have set as: [code language="coldfusion"] <cfset session.mode = "flash"> [/code] well if forms are being …

0
74
Member Avatar for gavy

hi, i had a problem with my cart values, i am doing like this choose product and select the value of quantity and then clickic the submit button of add to cart as: it goes as : [url]http://localhost/PPP_Cart/scart.php?quantity=7&pd=3[/url] i am using the following as: [code=php] <?php if (@$pd) { $cart[$pd]=$quantity; …

Member Avatar for gavy
0
97
Member Avatar for gavy

i started the application to build upon and came to an error, i tried to figure it out but through different procedure here is what i am calling: print ("<tr><td><a href=morder.php"); print ("?p_id="); print($row['id']); print(">"); print($row['p_name']); print("</a></td>"); it is calling the id from database, the link shows properly the values …

Member Avatar for jigendaisuke
0
122
Member Avatar for harrybalais

I'd like to go to another record of the same category using a link to either prev or next. How can this be done? Sample query: <CFQUERY NAME="NextPrev" DATASOURCE="DB"> SELECT ID, Category, Title, MemoField, TextField FROM tblExample </CFQUERY>

Member Avatar for gavy
0
220
Member Avatar for sureenm

could any one help in inserting images or files directly into mssql database using cold fusion and also should pull the data directly from the database without using any temporary folders both inserting and retrieving.

Member Avatar for gavy
0
57
Member Avatar for CFAustin

Error Invoking Events Gateway Gatewayname: Null 1. created a gateway instance in CFadmin of with following information type Asynchronous CFML Id = asynchr_submit Path = H:\JL\TEST\cfc\asynchr_submit.cfc Config file = H:\JL\TEST\cfc\asynchr_submit.cfg. I also tried with no config file. (i also tried with config file cfc-method =onIncomingMessage and mode = saynchronous ) …

Member Avatar for gavy
0
95