No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
hi all, i want to upload large video files using php and i can do that by editting php.ini file. but how can i do that without changing php.ini file?? advance thanks iqbal
hellow i make a javascript function. i can call it via onLoad attribute and via form input. but there must be someother way to call the function, i mean from script. can anyone help me out here. thanks in advance - iqbal
remember one thing very clearly that null is nothing. even null is not equal to null. variable initializing may fix your problem.
you have done a lot of mistakes. forward your pages to me.
[code=ColdFusion]<cfoutput> <form enctype="multipart/form-data" action="title_picture_action.cfm?id=#listnumber#" method="POST"> <table border="0" width="500" cellpadding="10" cellspacing="0"> <tr> <td><img src="images/uploads/#filedata#" width="100"></td> <td> <input type="text" maxlength="50" size="20" name="picturename" value="#picturename#"> <input type="submit" value="Submit"> </td> </tr> </table> </form> </cfoutput> [/code] ###################processing page################ [code=ColdFusion]<cfquery name="titlepicture" datasource="#dsn#"> UPDATE uploads SET picturename = '#form.picturename#' WHERE id = #url.id# </cfquery>[/code]
about 2nd problem: use sessionTimeout instead of applicationTimeout
The End.
iqbalhosan