I have two problems.
First of all the remove a file from queue is not working well. When I use remove link of the chosen file from queue, the link refresh the whole page. For example when I chose two files and I want to remove one of them with the remove link, with refreshing the page I lose both file in the queue. Do you have any suggestion what do I have to do differently?
Second problem:
I have an index with Java code from plupload.Uploader and a 2b-chunk.php as an upload file witch that code aloud me to upload large files and it works perfect.
But, I need to have the option rename the selected file before uploading it. So, I wrote an input code with ol to give the name as I wish there before I use the send button but I do not know what is the method sending it to 2b-chunk.php code for caching the new file name implanting to the code. Do you think my though is correct for my goal and what do I miss? If my code is correct what code do I have to change in my 2b-chunk.php to keep the chunk option with the new name of my file?
My plupload index code:
I have two problems.[b] First of all the remove a file from queue is not working well. When I use remove link of the chosen file from queue, the link refresh the whole page. For example when I chose two files and I want to remove one of them with the remove link, with refreshing the page I lose both file in the queue. Do you have any suggestion what do I have to do differently? Second problem:
I have an index with Java code from plupload.Uploader and a 2b-chunk.php as an upload file witch that code aloud me to upload large files and it works perfect.
But, I need to have the option rename the selected file before uploading it. So, I wrote an input code with ol to give the name as I wish there before I use the send button but I do not know what is the method sending it to 2b-chunk.php code for caching the new file name implanting to the code. Do you think my though is correct for my goal and what do I miss? If my code is correct what code do I have to change in my 2b-chunk.php to keep the chunk option with the new name of my file? My plupload index code: [code]Plupload - Custom example
var uploader = new plupload.Uploader({ runtimes: 'html5,flash,silverlight,html4', browse_button: 'pickfiles', // you can pass an id... container: document.getElementById('container'), // ... or DOM Element itself //max_retries: 1, //multipart: false, chunk_size: '1mb', //multiple_queues: false, //unique_names: true, url: "2b-chunk.php",
I have two problems.
First of all the remove a file from queue is not working well. When I use remove link of the chosen file from queue, the link refresh the whole page. For example when I chose two files and I want to remove one of them with the...
Я использую Plupload для загрузки видеофайлов большого / большого размера с другими полями формы. В настоящее время я разрабатываю сайт на WAMP Server на Windows 11.
Я сталкиваюсь с проблемой:
Загрузка Chunk работает, но загружаются файлы, не...
Я экспериментирую с Fine Uploader. Меня действительно интересуют функции фрагментации и возобновления, но я испытываю трудности с объединением файлов на стороне сервера;
Я обнаружил, что мне нужно разрешить пустое расширение файла на стороне...
Я экспериментирую с Fine Uploader. Меня действительно интересуют функции фрагментации и возобновления, но я испытываю трудности с объединением файлов на стороне сервера;
Я обнаружил, что мне нужно разрешить пустое расширение файла на стороне...
Я использую vue syncfusion загрузчик ( ejs-uploader ) для загрузки файлов. Функциональность загрузки работает нормально, а Syncfusion обеспечивает функцию для обработки выбранного файла.