Hi,
I want to transcode an audio file after uploading to temp folder and send it directly to amazon S3 storage. So I don't need to move the uploaded file to xupload’s target upload folder (I want to skip this process of xupload and get the feedback to my php to continue the work for transcoding and S3 storage).I need to know the place of this process.
The normal process of xupload Pro has a moving file from temp folder to final upload location which creates double coping process with transcoding of file and moving to S3 and my site has heavy traffic. I need to skip this process and do all processes in temp folder and finally remove the file from temp folder. I have good knowledge in php but in perl newbie.
Thanks,
Romano
XUpload - Do some process befor copying from temp to upload folder
Thanks for fast reply,
Actually as I said the reason for this work is only skipping the copy process of upload.cgi to target folder. If it is only file move it shouldn't have heavy process but if it is copy I should find a way. I need to know
does it move the file from temp folder to target or not it is only a copy?
I think It can be a good feature for next version which the developers have an optional function in the xupload to apply their server side process.
Regards,
Actually as I said the reason for this work is only skipping the copy process of upload.cgi to target folder. If it is only file move it shouldn't have heavy process but if it is copy I should find a way. I need to know
does it move the file from temp folder to target or not it is only a copy?
I think It can be a good feature for next version which the developers have an optional function in the xupload to apply their server side process.
Regards,