leowebdav icon indicating copy to clipboard operation
leowebdav copied to clipboard

Geting The LeoWebDavItem when the upload finish

Open hatim-haffane opened this issue 10 years ago • 2 comments

Hello , i'm trying to get the finished uploaded files as a leowebdavitem , so when i finish the upload and on the callback method : -(void)request:(LEOWebDAVRequest *)aRequest didSucceedWithResult:(id)result i need to get the result as a leowebdavitem , this is possible or not ??

thanks

hatim-haffane avatar Oct 28 '14 09:10 hatim-haffane

i think u could request the item property using 'PROPFIND' method. I'm not sure whether LEOWebDAVPropertyRequest worked for file or not. you'd better try it. For more details, please infer webdav rf. 9.1.3

leyleo avatar Oct 28 '14 15:10 leyleo

i try to get it using the LEOWebDAVPropertyRequest but its not working ,

hatim-haffane avatar Oct 28 '14 17:10 hatim-haffane