|
Search
You searched for the word(s): php
Showing page 22 of 158 (1,571 total posts)
< 1 second(s)
-
hi drdx,
1. After uploaded, you can get the upload file info like the code below, it is the server side php code, so I think you can achieve your sql code in it ...
-
Hi openmdpractice,
I just tried on demo http://phpfileuploader.com/demo/form-keepingstate.php again, the submit button did not clean the attachment list. Can you try on this demo page too?
By the way, you can try the start upload manually example here http://phpfileuploader.com/demo/form-manualstart.php, it will start the upload ...
-
Hi stoi2m1,
I think you did not set up the large file uplod settings correct. Please refer to http://phpfileuploader.com/FAQ.html#16, the "How do I handle a large file upload?" and "php.ini settings" section.
Also, please check the "upload_tmp_dir" php setting, ensure that you have set value for this ...
-
Hi therealmagicrat,
Please check your php settings, I think you have not set the ...
-
Hi Support,
this issue is closed ... The problem was with our session handler registration being called after include_phpuploader.php so where the include was writing a session to the filestore using the standard ...
-
I figure let me post a followup to this incase it can help someone else.
the second call is nessessary, so i figured if I needed to use one I might as well make it usefull.
in the JS file where I call
function CuteWebUI_AjaxUploader_OnPostback() {
// grab some additional info
var stock = ...
-
Dear mikhellqc,
Multiple instances of php uploader are supported. Please add the highlighted line in your code and try it again.
<?php
$uploader=new ...
-
The latest version is v6.6, download link is http://cutesoft.net/downloads/folders/cute-editor-php/entry54374.aspx , you can download latest version and check whether you can reproduce this issue in latest version. The online demo link is http://phphtmledit.com/EnableAll.php, you can also test it there.
We can locate your order by your buyer ...
-
Hi,
When uploader finish uploading files to temp directory , it will fire the JavaScript event OnPostback
You can write function to handle this event :
function CuteWebUI_AjaxUploader_OnPostback()
{
}
In this function , you can submit a form for redirect at server side , or redirect to another page using ...
-
Hi,
If you use this way , you must collect all kinds of the file types which can be executed on your server.
if you miss one , your server will be hacked.
<%@ Page Language=''C#'' Title=''First sample'' %>
<%@ Import Namespace=''CuteWebUI'' %>
<%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
... 22 ...
|
|
|