Search found 2 matches

by romano
Aug 23, 2011 1:39 pm
Forum: XUpload
Topic: Do some process befor copying from temp to upload folder
Replies: 3
Views: 4202

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 i...
by romano
Aug 23, 2011 12:53 pm
Forum: XUpload
Topic: Do some process befor copying from temp to upload folder
Replies: 3
Views: 4202

Do some process befor copying from temp to upload folder

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 an...